Skip to content

Commit 2f2f16f

Browse files
anonrigtniessen
andauthored
Update node_task_runner.cc
Co-authored-by: Tobias Nießen <[email protected]>
1 parent 71e737f commit 2f2f16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_task_runner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void ProcessRunner::Run() {
216216

217217
void RunTask(std::shared_ptr<InitializationResultImpl> result,
218218
std::string_view command_id,
219-
const std::vector<std::string_view>& positional_args) {
219+
const PositionalArgs& positional_args) {
220220
std::string_view path = "package.json";
221221
std::string raw_json;
222222

0 commit comments

Comments
 (0)