This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-02 09:34:19 -04:00
Code
Issues
Wiki
Activity
c4b9a91e27
denoland-deno
/
cli
/
tests
/
testdata
/
run
/
set_exit_code_2.ts
3 lines
71 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: remove Deno.core (#16881) This commit removes "Deno.core" namespace. It is strictly private API that has no stability guarantees, we were supposed to remove it long time ago. Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-01-24 12:54:10 -05:00
Deno
[
Deno
.
internal
]
.
core
.
ops
.
op_set_exit_code
(
42
)
;
feat(runtime): add op_set_exit_code (#12911) Set the exit code to use if none is provided to Deno.exit(), or when Deno exits naturally. Needed for process.exitCode Node compat. Paves the way for #12888.
2021-11-27 18:45:38 -05:00
// Exits naturally.
Copy permalink