Skip to content

Commit 9b502b2

Browse files
author
Guillaume Chau
committed
fix(throw error): stack output
1 parent 6996d2d commit 9b502b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-component/plugin/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ throwCompileError = function throwCompileError (options) {
185185

186186
// Stack
187187
if (showStack && error && error.stack) {
188-
ouput += '\n' + error.stack
188+
output += '\n' + error.stack
189189
}
190190

191191
if (isDevelopment()) {

0 commit comments

Comments
 (0)