Skip to content

Commit 80c2747

Browse files
committed
chore(logging): shorten logs
1 parent e84cc42 commit 80c2747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function set_traps {
242242

243243
function log {
244244
local msg="$1"
245-
printf "\n[vue-cli-template-dev-server] %s\n" "$msg"
245+
printf "\n[dev-server] %s\n" "$msg"
246246
}
247247

248248
function quit {

0 commit comments

Comments
 (0)