Skip to content

Commit

Permalink
fix: log file invalidations
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Jan 29, 2019
1 parent cb34c08 commit 0b1476e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/processor/processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,10 @@ class Processor {
}

const deps = this.dependents(source);

deps.concat(source).forEach((file) => {
this._log("invalidate()", file);

this._files[file].valid = false;
});
}
Expand Down

0 comments on commit 0b1476e

Please sign in to comment.