We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2417e6d commit 366bfbbCopy full SHA for 366bfbb
src/ShaderManager.js
@@ -69,7 +69,7 @@ class ShaderManager {
69
/* eslint-enable global-require */
70
71
let errorMessage = null;
72
- const onError = (newError) => {
+ const onError = newError => {
73
// twgl won't log the error when we provide a custom error callback, so log it ourselves
74
console.error(newError);
75
0 commit comments