diff options
author | eric thul <thul.eric@gmail.com> | 2017-04-23 18:17:27 -0400 |
---|---|---|
committer | eric <thul.eric@gmail.com> | 2017-04-23 18:20:22 -0400 |
commit | 78e2b0d91f5eb98674c5b05db0ef2c4f417581c0 (patch) | |
tree | d76942d9da52f7b72747ac2c825b80e8c27b57fb /src/bundle.js | |
parent | e17196589a380eed3ffc47705f8c6c87f99b58c2 (diff) | |
download | purs-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/bundle.js')
-rw-r--r-- | src/bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundle.js b/src/bundle.js index 3f55f01..99633f1 100644 --- a/src/bundle.js +++ b/src/bundle.js | |||
@@ -27,7 +27,7 @@ module.exports = function bundle(options, bundleModules) { | |||
27 | 27 | ||
28 | bundleModules.forEach(name => bundleArgs.push('--module', name)) | 28 | bundleModules.forEach(name => bundleArgs.push('--module', name)) |
29 | 29 | ||
30 | debug('bundle: %s %o', bundleCommand, bundleArgs); | 30 | debug('bundle: %s %O', bundleCommand, bundleArgs); |
31 | 31 | ||
32 | return (new Promise((resolve, reject) => { | 32 | return (new Promise((resolve, reject) => { |
33 | debug('bundling PureScript...') | 33 | debug('bundling PureScript...') |