Skip to content

Commit 047223a

Browse files
committed
Interim commit just to get most of the CI failures running
As suspected, lots more of the AW code fails now addresses start much higher.
1 parent 85ca54a commit 047223a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/libwebaudio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ let LibraryWebAudio = {
182182
console.error(`AudioWorklets are not supported by current browser.`);
183183
}
184184
#endif
185-
return audioWorkletCreationFailed();
185+
return audioWorkletCreationFailed(null);
186186
}
187187

188188
// TODO: In MINIMAL_RUNTIME builds, read this file off of a preloaded Blob,

0 commit comments

Comments
 (0)