We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911611f commit 4009d14Copy full SHA for 4009d14
commands/serve.js
@@ -40,6 +40,8 @@ var startServer = function(options) {
40
utils.logWarning(message);
41
throw new FirebaseError('Could not find an open port for development server.', {exit: 1});
42
}
43
+ } else {
44
+ throw new FirebaseError('An error occurred while starting the development server:\n\n' + err.toString(), {exit: 1});
45
46
});
47
};
0 commit comments