Commit 2b30544
fix: use correct spawn method in order to fix livesync
`childProcess.spawn` is blocking method and waits for close event to resolve the promise. Actually we'll never received `close` event because we want to read log file all the time. So use `require("child_process").spawn` in order to fix livesync command.1 parent 87dac2f commit 2b30544
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
0 commit comments