parent
c70385dff2
commit
57b0792e1c
@ -0,0 +1,9 @@ |
|||||||
|
"use strict"; |
||||||
|
|
||||||
|
module.exports = function (params, processor) { |
||||||
|
return { |
||||||
|
process: function () { |
||||||
|
processor.done(); |
||||||
|
} |
||||||
|
}; |
||||||
|
}; |
Loading…
Reference in new issue