Skip to content

Commit

Permalink
fix: remove random async from processor.string
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Jan 9, 2019
1 parent 6329461 commit d5ca5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/processor/processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class Processor {
}

// Add a file by name + contents to the dependency graph
async string(file, text) {
string(file, text) {
const id = this._normalize(file);

this._log("string()", id);
Expand Down

0 comments on commit d5ca5c0

Please sign in to comment.