Remove extra code for error handling in the command
This commit is contained in:
@@ -347,11 +347,7 @@ function command(argv) {
|
|||||||
|
|
||||||
done(outputFile);
|
done(outputFile);
|
||||||
|
|
||||||
}).catch(function(error) {
|
}).catch(di.errorHandler);
|
||||||
|
|
||||||
di.errorHandler(error.message);
|
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user