We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994689b commit b38afddCopy full SHA for b38afdd
1 file changed
app.js
@@ -22,6 +22,7 @@ gracefulFs.gracefulify(fs);
22
myServer = new webgme.standaloneServer(gmeConfig);
23
myServer.start(function (err) {
24
if (err) {
25
+ console.error(err);
26
process.exit(1);
27
}
28
0 commit comments