if there is an error return

This commit is contained in:
barisusakli
2015-10-06 14:05:13 -04:00
parent 99e5015083
commit da142163a5

View File

@@ -66,6 +66,7 @@ function concatenateScripts(scripts, callback) {
type: 'error',
payload: err
});
return;
}
scripts = scripts.join(require('os').EOL + ';');