mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-20 11:55:56 +08:00
修复 node 内置脚本运行错误
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user