We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1a1c8 commit 139cbdeCopy full SHA for 139cbde
examples/jsm/loaders/DRACOLoader.js
@@ -157,12 +157,7 @@ class DRACOLoader extends Loader {
157
} );
158
159
} )
160
- .then( ( message ) => this._createGeometry( message.geometry ) )
161
- .catch( ( error ) => {
162
-
163
- throw new Error( error );
164
165
- } );
+ .then( ( message ) => this._createGeometry( message.geometry ) );
166
167
// Remove task from the task list.
168
// Note: replaced '.finally()' with '.catch().then()' block - iOS 11 support (#19416)
0 commit comments