diff options
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...') |