mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复 node 内置脚本运行错误
This commit is contained in:
parent
19cfc9e351
commit
a3044f9d29
|
@ -74,6 +74,10 @@ function run() {
|
|||
}
|
||||
|
||||
try {
|
||||
if (!process.argv[1]) {
|
||||
return;
|
||||
}
|
||||
|
||||
run();
|
||||
|
||||
const { sendNotify } = require('./notify.js');
|
||||
|
|
Loading…
Reference in New Issue
Block a user