Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/latest/.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
412ea766bb08d8247f32ff631b578a1a73da4c10
f476b2945979ba80614893f0cce0c42bae061e52
4 changes: 4 additions & 0 deletions docs/latest/api/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ Rejects if there was an error while deleting the requested item.
This moves a path to the OS-specific trash location (Trash on macOS, Recycle
Bin on Windows, and a desktop-environment-specific location on Linux).

The path must use the default path separator for the platform (backslash on
Windows). Use `path.resolve()` from the `node:path` module to ensure correct
handling on all filesystems.

### `shell.beep()`

Play the beep sound.
Expand Down