We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f277274 commit 00903afCopy full SHA for 00903af
jscomp/build_tests/build_warn_as_error/input.js
@@ -47,7 +47,7 @@ if (!third_message) {
47
assert.fail(o3.stdout);
48
}
49
50
-var o2 = p.spawnSync(rescript_exe, ["build", "-warn-error", "+110"], {
+var cleanup = p.spawnSync(rescript_exe, ["clean"], {
51
encoding: "utf8",
52
cwd: __dirname,
53
});
0 commit comments