Skip to content

Commit

Permalink
fix what appears to be a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Sep 5, 2023
1 parent 1690779 commit 9eb6317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/embedding/embedtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ int RunNodeInstance(MultiIsolatePlatform* platform,
snapshot_as_file = true;
} else if (arg == "--embedder-snapshot-blob") {
assert(i + 1 < args.size());
snapshot_blob_path = args[i + i];
snapshot_blob_path = args[i + 1];
i++;
} else {
filtered_args.push_back(arg);
Expand Down

0 comments on commit 9eb6317

Please sign in to comment.