Commit 019f5b15 authored by project's avatar project

--no commit message

--no commit message
parent 7586306b
......@@ -8,3 +8,7 @@ function JobTask(prm)
};
util.inherits(JobTask, EventEmitter);
//handle.emit('done',{'status':'error','data':err});
JobTask.prototype.run = function () {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment