Skip to content

Commit

Permalink
Fix php did not build
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSmitsDev committed Oct 9, 2024
1 parent 8944628 commit adf8d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dap_adapters/src/php.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl DebugAdapter for PhpDebugAdapter {
let _ = delegate
.node_runtime()
.ok_or(anyhow!("Couldn't get npm runtime"))?
.run_npm_subcommand(&adapter_path, "build", &[])
.run_npm_subcommand(&adapter_path, "run", &["build"])
.await
.is_ok();

Expand Down

0 comments on commit adf8d22

Please sign in to comment.