mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 19:41:16 +01:00
if there is an error return
This commit is contained in:
@@ -66,6 +66,7 @@ function concatenateScripts(scripts, callback) {
|
||||
type: 'error',
|
||||
payload: err
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
scripts = scripts.join(require('os').EOL + ';');
|
||||
|
||||
Reference in New Issue
Block a user