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.
2 parents 9738e0e + fb34db9 commit 8125961Copy full SHA for 8125961
src/core/noop.js
@@ -1 +1,5 @@
1
-export default function(){}
+export default function (p5) {
2
+ p5._friendlyError = () => {};
3
+ p5._checkForUserDefinedFunctions = () => {};
4
+ p5._fesErrorMonitor = () => {};
5
+ }
0 commit comments