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.
1 parent 24490ec commit 4e674cbCopy full SHA for 4e674cb
client/utils/previewEntry.js
@@ -148,7 +148,7 @@ window.onunhandledrejection = async function onUnhandledRejection(event) {
148
};
149
150
// Monkeypatch p5._friendlyError
151
-const _report = window.p5?.report;
+const _report = window.p5?._report;
152
153
if (_report) {
154
window.p5._report = function resolvedReport(message, method, color) {
0 commit comments