Skip to content

Commit 9d27f18

Browse files
authored
fix: remove hard-coded platformABI (#1500)
1 parent 7c5c91d commit 9d27f18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/install-re2-bin.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ const main = async () => {
5757
})
5858
.option("platformABI", {
5959
type: "string",
60-
choices: ["127", "115"],
61-
default: "127",
62-
demandOption: true,
60+
default: process.versions.modules,
6361
})
6462
.argv;
6563

0 commit comments

Comments
 (0)