deno.land / std@0.166.0 / node / testdata / child_process_unref.js

child_process_unref.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import cp from "../child_process.ts";import * as path from "../../path/mod.ts";
const script = path.join( path.dirname(path.fromFileUrl(import.meta.url)), "infinite_loop.js",);const childProcess = cp.spawn(Deno.execPath(), ["run", script]);childProcess.unref();
std

Version Info

Tagged at
a year ago