Skip to content

Commit 9246fa8

Browse files
committed
fixup! sea: support execArgv in sea config
1 parent d39f420 commit 9246fa8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node_sea.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@ std::optional<SeaConfig> ParseSingleExecutableConfig(
460460
config_path);
461461
return std::nullopt;
462462
}
463-
simdjson::ondemand::value exec_argv_value;
464463
std::vector<std::string> exec_argv;
465464
for (auto argv : exec_argv_array) {
466465
std::string_view argv_str;

0 commit comments

Comments
 (0)