Skip to content

Instantly share code, notes, and snippets.

View Tuanlor207's full-sized avatar

Nguyễn Thanh Tuấn Tuanlor207

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