Skip to content

Commit

Permalink
Wasm. Compat script for JsError (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Aug 31, 2024
1 parent 5802748 commit 008f0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/wasm-compat.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fun applyJsErrorPatch(
return content
.replaceFirst(
afterPackage,
"import js.error.JsError\n$afterPackage"
"import js.errors.JsError\n$afterPackage"
)
.replace(
": Throwable /* JsError */",
Expand Down

0 comments on commit 008f0b3

Please sign in to comment.