Skip to content

Commit

Permalink
whoops..
Browse files Browse the repository at this point in the history
  • Loading branch information
wont-stream committed Sep 25, 2024
1 parent 4aaab69 commit 00e4cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transports/ipc.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const getAvailableSocket = async (tries = 0) => {
const socket = createConnection(path);

if (await socketIsAvailable(socket)) {
if (process.process.process.process.process.process.process.process.process.process.process.platform !== "win32")
if (process.platform !== "win32")
try {
unlinkSync(path);
} catch { }
Expand Down

0 comments on commit 00e4cd0

Please sign in to comment.