Skip to content

Commit be8b8a0

Browse files
authored
add notes
1 parent 75b5e37 commit be8b8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/watch.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ function watchMain(server) {
4343
}
4444

4545
electronProcess = spawn(electron, ['.'], { env })
46+
// https://github.com/electron-vite/electron-vite-vue/pull/129
4647
electronProcess.on('exit', process.exit)
4748
electronProcess.stdout.on('data', (data) => {
4849
const str = data.toString().trim()

0 commit comments

Comments
 (0)