Skip to content

Commit

Permalink
Fix web build
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Jul 22, 2024
1 parent ea5dd23 commit c8d2965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<script type="module">
import './restart-audio-context.js'
import init from './blobo_party.js'
import init from './blobo-party.js'
init().catch((error) => {
if (!error.message.startsWith("Using exceptions for control flow, don't mind me. This isn't actually an error!")) {
throw error;
Expand Down

0 comments on commit c8d2965

Please sign in to comment.