Update index.js

修复Unix系统脚本执行
This commit is contained in:
cjahv 2023-01-26 19:52:45 +08:00 committed by GitHub
parent 395ff3899c
commit 4192a50ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
#!/usr/bin/env node
const { Command } = require('commander');
const createLogger = require("logsets")
@ -136,4 +137,4 @@ program
program.parseAsync(process.argv);
const options = program.opts();