Update task.js

This commit is contained in:
Namhyeon Go 2021-06-23 11:18:42 +09:00 committed by GitHub
parent 2a54692d70
commit 60fba7eecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,3 +121,7 @@ exports.nextTask = function(q) {
exports.run = function(q) {
q.run();
};
exports.stop = function(q) {
q.stop();
}