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