Skip to content

Commit d983709

Browse files
committed
fix: 修复设置 entry 有语法问题时二次报错
1 parent 4b4fbce commit d983709

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/commands/server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ exports.run = function (options) {
134134
next();
135135
}
136136
} catch (e) {
137-
error(e.stack);
138137
next();
139138
}
140139
});

src/commands/server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ exports.run = (options) => {
132132
next();
133133
}
134134
} catch (e) {
135-
error(e.stack);
136135
next();
137136
}
138137
});

0 commit comments

Comments
 (0)