mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fail with error rather than silently on storage init problems.
This commit is contained in:
@@ -89,6 +89,8 @@ function start() {
|
||||
redNodes.loadFlows();
|
||||
});
|
||||
comms.start();
|
||||
}).otherwise(function(err) {
|
||||
defer.reject(err);
|
||||
});
|
||||
|
||||
return defer.promise;
|
||||
|
Reference in New Issue
Block a user