Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AielloChan committed Mar 17, 2021
1 parent 9dfbd61 commit 89e3d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/unicom.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ exports.handler = async function (argv) {
tryrun: "tryrun" in argv,
taskKey: account.user,
});
console.log("hasTasks: ", hasTasks);
if (hasTasks) {
scheduler
.execTask(command, account.tasks)
Expand Down

0 comments on commit 89e3d3c

Please sign in to comment.