Skip to content

Commit 6996d2d

Browse files
author
Guillaume Chau
committed
fix(throw error): console log on server terminal
1 parent 198dd1b commit 6996d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vue-component/plugin/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ throwCompileError = function throwCompileError (options) {
199199
err.message = output
200200
err.file = file
201201
err.line = lineNumber
202+
console.error(err)
202203
throw err
203204
}
204205

0 commit comments

Comments
 (0)