mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 20:21:03 +00:00
Update task.js
This commit is contained in:
parent
2a54692d70
commit
60fba7eecd
|
@ -121,3 +121,7 @@ exports.nextTask = function(q) {
|
|||
exports.run = function(q) {
|
||||
q.run();
|
||||
};
|
||||
|
||||
exports.stop = function(q) {
|
||||
q.stop();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user