Skip to content

Commit 63e9d95

Browse files
committed
Fix missing msg
1 parent e1118d5 commit 63e9d95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/commands/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,6 @@ function createFile(path, local, theme, plugins, msg) {
139139
.catch(console.error)
140140
} else {
141141
replace(target(filename), '\n _plugins_', '')
142+
console.log(msg)
142143
}
143144
}

0 commit comments

Comments
 (0)