aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compile.js
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2017-04-23 18:17:27 -0400
committereric <thul.eric@gmail.com>2017-04-23 18:20:22 -0400
commit78e2b0d91f5eb98674c5b05db0ef2c4f417581c0 (patch)
treed76942d9da52f7b72747ac2c825b80e8c27b57fb /src/compile.js
parente17196589a380eed3ffc47705f8c6c87f99b58c2 (diff)
downloadpurs-loader-78e2b0d91f5eb98674c5b05db0ef2c4f417581c0.tar.gz
purs-loader-78e2b0d91f5eb98674c5b05db0ef2c4f417581c0.tar.zst
purs-loader-78e2b0d91f5eb98674c5b05db0ef2c4f417581c0.zip
Handle multiple forced compiles on rebuild
Resolves #90
Diffstat (limited to 'src/compile.js')
-rw-r--r--src/compile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile.js b/src/compile.js
index 707605c..6759bf3 100644
--- a/src/compile.js
+++ b/src/compile.js
@@ -24,7 +24,7 @@ module.exports = function compile(psModule) {
24 24
25 const stderr = []; 25 const stderr = [];
26 26
27 debug('compile %s %o', compileCommand, compileArgs) 27 debug('compile %s %O', compileCommand, compileArgs)
28 28
29 return new Promise((resolve, reject) => { 29 return new Promise((resolve, reject) => {
30 debug('compiling PureScript...') 30 debug('compiling PureScript...')