Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Dec 25, 2022
1 parent 81b6538 commit 553f919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/IPC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const defaultPathList: FormatFunction[] = [
return [isWindows ? `\\\\?\\pipe\\discord-ipc-${id}` : "", isWindows];
},
(id: number): [string] => {
// macOS/Linux path
// macOS / Linux path

if (process.platform === "win32") return [""];

Expand Down

0 comments on commit 553f919

Please sign in to comment.