Skip to content

Commit

Permalink
unref spawn to background updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 8, 2024
1 parent b7d1aef commit 90737b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/update-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = async (skip, force) => {
detached: true,
shell: true,
windowsHide: true
});
}).unref();
}
};

Expand Down

0 comments on commit 90737b0

Please sign in to comment.