Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 9e15bf9

Browse files
authored
Update index.ts
1 parent 8bf6eff commit 9e15bf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ class NativePHP {
148148
let delay = (60 - now.getSeconds()) * 1000 + (1000 - now.getMilliseconds());
149149

150150
setTimeout(() => {
151+
console.log("Running scheduler...")
152+
runScheduler(apiPort.port, phpIniSettings);
151153
schedulerInterval = setInterval(() => {
152154
console.log("Running scheduler...")
153155
runScheduler(apiPort.port, phpIniSettings);

0 commit comments

Comments
 (0)