mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-03 04:38:15 +08:00
fix: missing #!/usr/bin/env node
This commit is contained in:
parent
e72eebb8cd
commit
ca71f8625c
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const keys = process.argv;
|
||||
|
||||
const key = keys.pop();
|
||||
|
Loading…
Reference in New Issue
Block a user