Skip to content

Instantly share code, notes, and snippets.

View blackdzcuto's full-sized avatar

Nguyễn Thanh Mài blackdzcuto

View GitHub Profile
const { spawn } = require("child_process");
function run(script) {
const child = spawn(
"node",
[
"--trace-deprecation",
script
],
{