Remove extra code for error handling in the command

This commit is contained in:
Mohammad Fares 2018-10-14 21:56:57 +03:00
parent 0dfaa5d00d
commit 17000061b0
1 changed files with 1 additions and 5 deletions

View File

@ -347,11 +347,7 @@ function command(argv) {
done(outputFile);
}).catch(function(error) {
di.errorHandler(error.message);
});
}).catch(di.errorHandler);
}