mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 17:40:07 +08:00
let script mode be one-shot
This commit is contained in:
parent
93d312d49b
commit
7c6605f49d
@ -71,7 +71,10 @@ class App
|
|||||||
Log::error($error_msg);
|
Log::error($error_msg);
|
||||||
// Notice::push('error', $error_msg);
|
// Notice::push('error', $error_msg);
|
||||||
}
|
}
|
||||||
|
if ($dir == 'Plugin')
|
||||||
yield call_user_func(array("BiliHelper\\$dir\\" . $taskName, 'Delayed'), []);
|
yield call_user_func(array("BiliHelper\\$dir\\" . $taskName, 'Delayed'), []);
|
||||||
|
else
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user