Skip to content

Commit

Permalink
Merge branch 'main' into docs-refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank authored Aug 26, 2024
2 parents a73a099 + 99ee1d1 commit 4f24a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/manual/node/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ differences. Here are some common ones:
| `process.platform` | `Deno.build.os` |
| `process.arch` | `Deno.build.arch` |
| `process.execPath()` | `Deno.execPath()` |
| `process.exist(code)` | `Deno.exit(code)` |
| `process.exit(code)` | `Deno.exit(code)` |

It is also possible to import Node.js modules into your project using the
`node:` specifier. For example:
Expand Down

0 comments on commit 4f24a2a

Please sign in to comment.