Skip to content

Commit c3d9c52

Browse files
committed
[skip ci] hotfix(generator): doen't "await" installVueDevtools
1 parent 04683e4 commit c3d9c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/template/src/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ app.on('activate', () => {
5555
app.on('ready', async () => {
5656
if (isDevelopment && !process.env.IS_TEST) {
5757
// Install Vue Devtools
58-
await installVueDevtools()
58+
installVueDevtools()
5959
}
6060
createWindow()
6161
})

0 commit comments

Comments
 (0)