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