mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 07:53:54 +01:00
Migrate to Vite+ unified toolchain (#428)
This commit is contained in:
@@ -52,7 +52,7 @@ for (const ws of workspacesWithDev) {
|
||||
|
||||
// Cleanup function to kill all children
|
||||
function cleanup() {
|
||||
for (const { ws, child } of children) {
|
||||
for (const { child } of children) {
|
||||
if (child.exitCode === null) {
|
||||
// Process still running
|
||||
if (process.platform === 'win32') {
|
||||
|
||||
Reference in New Issue
Block a user