mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-14 15:50:56 +02: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