diff --git a/src/core/noop.js b/src/core/noop.js index 4767ab1ce7..9e68a6318e 100644 --- a/src/core/noop.js +++ b/src/core/noop.js @@ -1 +1,5 @@ -export default function(){} +export default function (p5) { + p5._friendlyError = () => {}; + p5._checkForUserDefinedFunctions = () => {}; + p5._fesErrorMonitor = () => {}; + }