Skip to content

Commit

Permalink
Update node_task_runner.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Nießen <[email protected]>
  • Loading branch information
anonrig and tniessen committed May 5, 2024
1 parent 71e737f commit 2f2f16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_task_runner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ void ProcessRunner::Run() {

void RunTask(std::shared_ptr<InitializationResultImpl> result,
std::string_view command_id,
const std::vector<std::string_view>& positional_args) {
const PositionalArgs& positional_args) {
std::string_view path = "package.json";
std::string raw_json;

Expand Down

0 comments on commit 2f2f16f

Please sign in to comment.