We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4609a89 commit e76e4fdCopy full SHA for e76e4fd
src/styles/style.js
@@ -435,6 +435,7 @@ export var Style = {
435
catch (e) {
436
log('error', `Style: error compiling program for style '${this.name}' (program key '${key}')`,
437
this, e.stack, e.type, e.shader_errors);
438
+ throw e; // re-throw so users can be notified via event subscriptions
439
}
440
441
return program;
0 commit comments