mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 08:34:14 -05:00
Added catch to binary endpoint
This commit is contained in:
parent
dc1a1976db
commit
b9e8079f76
@ -43,4 +43,7 @@ var options = {
|
||||
convert(objFile, outputPath, options)
|
||||
.then(function() {
|
||||
console.timeEnd('Total');
|
||||
})
|
||||
.catch(function(err) {
|
||||
console.log(err);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user