Fix build

This commit is contained in:
Chinmay Pandhare
2017-08-21 10:34:50 +05:30
parent 21796bb58c
commit ee467f2a7b
3 changed files with 25 additions and 24 deletions

View File

@@ -30,6 +30,7 @@ module.exports = function DoNothing(options,UI) {
// This output is accessible to Image Sequencer
step.output = input;
step.output.data = decoded;
// Tell Image Sequencer that this step is complete
callback();