Maj de sheebr + maj mineure des scripts
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
const fs = require('fs')
|
||||
if(process.argv.length >= 3){
|
||||
fs.openSync(process.argv[3], 'w');
|
||||
try{
|
||||
fs.openSync(process.argv[3], 'w');
|
||||
}
|
||||
catch(e){
|
||||
console.error(e.code + '\n' + e.message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user