importing process unneeded, native to node runtime

process is native to node runtime, no need to import
This commit is contained in:
rbmj 2023-08-29 10:56:24 -07:00 committed by GitHub
parent ba712f61eb
commit e820245fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ function createDefaultFiles() {
}
}
const process = require('process')
const yargs = require('yargs/yargs');
const { hideBin } = require('yargs/helpers');
const net = require("net");