mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
fix: flip sign
This commit is contained in:
parent
94581fbeee
commit
f2ff475528
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default function (app: any) {
|
|||
}
|
||||
if (
|
||||
!commitMessage.includes("enhance") &&
|
||||
process.uptime() > 1000 * 60
|
||||
process.uptime() < 1000 * 60
|
||||
) {
|
||||
setTimeout(() => {
|
||||
process.exit();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue