Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/api/errors.md
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
Ankush1oo8 and aduh95 authored Feb 25, 2025
commit 05bcd10d07d30bb1a8ced73d5cfede03cf46f6f5
4 changes: 1 addition & 3 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -1120,9 +1120,7 @@ An attempt to invoke an unsupported crypto operation was made.

### `ERR_CWD_DELETED`
Comment thread
Ankush1oo8 marked this conversation as resolved.

The current working directory has been deleted while the process was still inside it.

To resolve this, use `process.chdir()` to switch to a valid directory.
The current working directory has been deleted during the process' lifetime.

<a id="ERR_DEBUGGER_ERROR"></a>

Expand Down