????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/.bin/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/.bin/tree-kill |
#!/usr/bin/env node kill = require('.') try { kill(process.argv[2], process.argv[3], function(err){ if (err) { console.log(err.message) process.exit(1) } }) } catch (err) { console.log(err.message) process.exit(1) }