Remove extra code for error handling in the command
This commit is contained in:
parent
0dfaa5d00d
commit
17000061b0
|
@ -347,11 +347,7 @@ function command(argv) {
|
|||
|
||||
done(outputFile);
|
||||
|
||||
}).catch(function(error) {
|
||||
|
||||
di.errorHandler(error.message);
|
||||
|
||||
});
|
||||
}).catch(di.errorHandler);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue