deno.land / std@0.166.0 / node / testdata / process_exit.ts

process_exit.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import "../global.ts";
//deno-lint-ignore no-undefprocess.on("exit", () => { console.log(1);});
function unexpected() { console.log(null);}//deno-lint-ignore no-undefprocess.on("exit", unexpected);//deno-lint-ignore no-undefprocess.removeListener("exit", unexpected);
//deno-lint-ignore no-undefprocess.on("exit", () => { console.log(2);});
std

Version Info

Tagged at
a year ago