Skip to content

Commit

Permalink
fix(swc): fix manual-tokio-runtmie -> manual-tokio-runtime typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Nov 6, 2024
1 parent 7c396a1 commit fc81131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ plugin_transform_host_native = [
"swc_plugin_runner/plugin_transform_host_native",
]
# Do not inject tokio runtime while running plugin transforms
manual-tokio-runtmie = []
manual-tokio-runtmie = ["manual-tokio-runtime"]
manual-tokio-runtime = []

[dependencies]
anyhow = { workspace = true }
Expand Down

0 comments on commit fc81131

Please sign in to comment.