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 4b4fbce commit d983709Copy full SHA for d983709
lib/commands/server.js
@@ -134,7 +134,6 @@ exports.run = function (options) {
134
next();
135
}
136
} catch (e) {
137
- error(e.stack);
138
139
140
});
src/commands/server.js
@@ -132,7 +132,6 @@ exports.run = (options) => {
132
133
0 commit comments