Skip to content

Commit dc065f1

Browse files
committed
temporarily comment console.log(...errorLog)
1 parent 149e9e2 commit dc065f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ module.exports = async function file(CoCreateConfig, configPath, match) {
288288
await runFiles(directory, newEntry, exclude, pathname, name)
289289
}
290290
}
291-
if (errorLog.length)
292-
console.log(...errorLog)
291+
// if (errorLog.length)
292+
// console.log(...errorLog)
293293

294294
}
295295

0 commit comments

Comments
 (0)