]> git.immae.eu Git - github/fretlink/purs-loader.git/blobdiff - src/bundle.js
Handle multiple forced compiles on rebuild
[github/fretlink/purs-loader.git] / src / bundle.js
index 3f55f012d01dbc32082fbd93d256abe6c12845aa..99633f1ba3ac1488618d73c7f021633f0a03593a 100644 (file)
@@ -27,7 +27,7 @@ module.exports = function bundle(options, bundleModules) {
 
   bundleModules.forEach(name => bundleArgs.push('--module', name))
 
-  debug('bundle: %s %o', bundleCommand, bundleArgs);
+  debug('bundle: %s %O', bundleCommand, bundleArgs);
 
   return (new Promise((resolve, reject) => {
     debug('bundling PureScript...')