Skip to content

Commit

Permalink
Update input.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed Jul 23, 2024
1 parent 9f1af94 commit 1d46abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jscomp/build_tests/build_warn_as_error/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (!third_message) {
assert.fail(o3.stdout);
}

var o2 = p.spawnSync(rescript_exe, ["build", "-warn-error", "+110"], {
var cleanup = p.spawnSync(rescript_exe, ["clean"], {
encoding: "utf8",
cwd: __dirname,
});

0 comments on commit 1d46abe

Please sign in to comment.