Skip to content

Commit 5cb146f

Browse files
committed
misc(syntax): prettify
1 parent c322067 commit 5cb146f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/commands/serve.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ function serve() {
7171
: [];
7272

7373
if (hasDevServerDep.length) {
74-
let WDSPath = getRootPathModule("node_modules/webpack-dev-server/bin/webpack-dev-server.js");
74+
let WDSPath = getRootPathModule(
75+
"node_modules/webpack-dev-server/bin/webpack-dev-server.js"
76+
);
7577
if (!WDSPath) {
7678
console.log(
7779
"\n",

0 commit comments

Comments
 (0)