Skip to content

Commit

Permalink
feat: elixir on windows (#3623)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Dec 16, 2024
1 parent 47b28bc commit 3d7521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub static CORE_PLUGINS: Lazy<BackendMap> = Lazy::new(|| {
Arc::new(BunPlugin::new()),
Arc::new(DenoPlugin::new()),
// Arc::new(ErlangPlugin::new()),
// Arc::new(ElixirPlugin::new()),
Arc::new(ElixirPlugin::new()),
Arc::new(GoPlugin::new()),
Arc::new(JavaPlugin::new()),
Arc::new(NodePlugin::new()),
Expand Down

0 comments on commit 3d7521b

Please sign in to comment.