Skip to content

Commit 997b68c

Browse files
committed
feat: should log panel when error
1 parent 36262bd commit 997b68c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export function logError(message: string, error?: unknown) {
115115
log.error(message)
116116
showMessage(`Error: ${message}`)
117117
}
118+
log.show()
118119
}
119120

120121
export function promptWarn(message: string) {

0 commit comments

Comments
 (0)