Skip to content

Commit 4e674cb

Browse files
committed
fix typo
1 parent 24490ec commit 4e674cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/utils/previewEntry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ window.onunhandledrejection = async function onUnhandledRejection(event) {
148148
};
149149

150150
// Monkeypatch p5._friendlyError
151-
const _report = window.p5?.report;
151+
const _report = window.p5?._report;
152152

153153
if (_report) {
154154
window.p5._report = function resolvedReport(message, method, color) {

0 commit comments

Comments
 (0)