We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8b8a0 commit 70a15f2Copy full SHA for 70a15f2
scripts/watch.mjs
@@ -43,8 +43,8 @@ function watchMain(server) {
43
}
44
45
electronProcess = spawn(electron, ['.'], { env })
46
- // https://github.com/electron-vite/electron-vite-vue/pull/129
47
electronProcess.on('exit', process.exit)
+ // https://github.com/electron-vite/electron-vite-vue/pull/129
48
electronProcess.stdout.on('data', (data) => {
49
const str = data.toString().trim()
50
str && console.log(str)
0 commit comments