Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #204 from benelliott/master
Browse files Browse the repository at this point in the history
  • Loading branch information
s-panferov authored Aug 3, 2016
2 parents 546c25c + 6c49180 commit b18ab9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function setupWatchRun(compiler, instanceName: string) {
compiler.plugin('watch-run', function (watching, callback) {
let instance = resolveInstance(watching.compiler, instanceName);
let state = instance.tsState;
let mtimes = watching.compiler.watchFileSystem.watcher.mtimes;
let mtimes = watching.compiler.fileTimestamps || watching.compiler.watchFileSystem.watcher.mtimes;
let changedFiles = Object.keys(mtimes).map(toUnix);

changedFiles.forEach((changedFile) => {
Expand Down

0 comments on commit b18ab9a

Please # to comment.