Skip to content

Commit 4093a52

Browse files
committed
lol typo
1 parent 422c04d commit 4093a52

File tree

2 files changed

+40
-14
lines changed

2 files changed

+40
-14
lines changed

lib/asbind-instance/asbind-instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default class AsbindInstance {
6868
}
6969
if (
7070
!WebAssembly.Module.exports(this.module).find(
71-
exp => exp.name === "__asbind_entryfile_flaga"
71+
exp => exp.name === "__asbind_entryfile_flag"
7272
)
7373
) {
7474
throw new Error(

package-lock.json

Lines changed: 39 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)