| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9a256b0 commit f48927f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -581,7 +581,7 @@ translators.set('wasm', function(url, translateContext) { | |||
| 581 | 581 | throw new WebAssembly.LinkError(`Invalid Wasm import "${impt.module}" in ${url}`); | |
| 582 | 582 | } | |
| 583 | 583 | if (impt.name.startsWith('wasm:') || impt.name.startsWith('wasm-js:')) { | |
| 584 | - throw new WebAssembly.LinkError(`Invalid Wasm import name "${impt.module}" in ${url}`); | ||
| 584 | + throw new WebAssembly.LinkError(`Invalid Wasm import name "${impt.name}" in ${url}`); | ||
| 585 | 585 | } | |
| 586 | 586 | importsList.add(impt.module); | |
| 587 | 587 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments