Clean up console output

This commit is contained in:
Cadence Ember
2020-05-29 20:45:34 +12:00
parent 72c8a9dca6
commit bec1b9d207
2 changed files with 5 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ subdirs("pug", async (err, dirs) => {
Object.assign(passthrough, pinski.getExports())
console.log("Server started")
console.log("[.] Server started")
if (process.stdin.isTTY || process.argv.includes("--enable-repl")) {
require("./repl")