From 7990e42f7ccad1f9ff8e90d425831d173f9992a4 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Mon, 19 Dec 2016 18:01:16 -0600 Subject: Refactor individual compilation types into their own files --- lib/diff.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/diff.js') 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); -- cgit v1.2.3