Skip to content

Commit

Permalink
fix(smithereens): call the worker's loading function
Browse files Browse the repository at this point in the history
Javascript is a revolting mess of a language, and those two brackets are
all that was missing to run that code... With that being said, there
seems to be another issue with loading the JSON — but now at least we're
seeing those errors!
  • Loading branch information
TheLostLambda committed May 17, 2024
1 parent 8648e52 commit fdd7210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/smithereens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const smithereens: Smithereens = { ...defaultSmithereens };
}
})
})
});
})();

// What type should 'proxy' be?
function postResult(proxy: undefined) {
Expand Down

0 comments on commit fdd7210

Please sign in to comment.