diff options
Diffstat (limited to 'lib/diff.js')
-rw-r--r-- | lib/diff.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diff.js b/lib/diff.js index c456b1e17..cf73cbdf7 100644 --- a/lib/diff.js +++ b/lib/diff.js @@ -197,7 +197,7 @@ function buildDiffHandler(config) { reject(e); }); child.on('exit', function () { - // See comment in compile.js - seems needed if the child has immediately exited + // See comment in compile-handler.js - seems needed if the child has immediately exited setTimeout(function () { resolve(stdout); }, 0); |