Skip to content

Commit 70a15f2

Browse files
authored
chore: comments #129
1 parent be8b8a0 commit 70a15f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/watch.mjs

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

4545
electronProcess = spawn(electron, ['.'], { env })
46-
// https://github.com/electron-vite/electron-vite-vue/pull/129
4746
electronProcess.on('exit', process.exit)
47+
// https://github.com/electron-vite/electron-vite-vue/pull/129
4848
electronProcess.stdout.on('data', (data) => {
4949
const str = data.toString().trim()
5050
str && console.log(str)

0 commit comments

Comments
 (0)