Skip to content

Commit fb34db9

Browse files
authored
handeling errors.
1 parent 9738e0e commit fb34db9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/core/noop.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
export default function(){}
1+
export default function (p5) {
2+
p5._friendlyError = () => {};
3+
p5._checkForUserDefinedFunctions = () => {};
4+
p5._fesErrorMonitor = () => {};
5+
}

0 commit comments

Comments
 (0)