It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:
This commit is contained in:
14
backend/node_modules/tree-kill/cli.js
generated
vendored
Normal file
14
backend/node_modules/tree-kill/cli.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/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)
|
||||
}
|
Reference in New Issue
Block a user