Skip to content

Commit 90737b0

Browse files
committed
unref spawn to background updates
1 parent b7d1aef commit 90737b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/update-check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = async (skip, force) => {
2525
detached: true,
2626
shell: true,
2727
windowsHide: true
28-
});
28+
}).unref();
2929
}
3030
};
3131

0 commit comments

Comments
 (0)