Skip to content

Commit

Permalink
Update forward.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 24, 2024
1 parent 5adf0ec commit 98a556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ipc/forward.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const isConnected = anyProcess => {
};

// Wait for `disconnect` event, including debounced messages processing during disconnection.
// But does not sets up message proxying.
// But does not set up message proxying.
export const waitForDisconnect = async subprocess => {
// Unlike `once()`, this does not stop on `error` events
await new Promise(resolve => {
Expand Down

0 comments on commit 98a556b

Please sign in to comment.