Skip to content

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
AielloChan committed Mar 17, 2021
1 parent 89e3d3c commit 46b54a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/scheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ let scheduler = {
await scheduler.genFileName(command);
await scheduler.initTasksQueue();
let { will_queues } = await scheduler.loadTasksQueue();
console.log("will_queues", will_queues);
scheduler.isRunning = true;
return will_queues.length;
}
Expand Down

0 comments on commit 46b54a1

Please sign in to comment.