Added catch to binary endpoint

This commit is contained in:
Robert Taglang 2016-07-22 16:27:20 -04:00
parent dc1a1976db
commit b9e8079f76
1 changed files with 3 additions and 0 deletions

View File

@ -43,4 +43,7 @@ var options = {
convert(objFile, outputPath, options)
.then(function() {
console.timeEnd('Total');
})
.catch(function(err) {
console.log(err);
});