We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d87bac commit f277274Copy full SHA for f277274
jscomp/build_tests/build_warn_as_error/input.js
@@ -46,3 +46,8 @@ var third_message = o3.stdout
46
if (!third_message) {
47
assert.fail(o3.stdout);
48
}
49
+
50
+var o2 = p.spawnSync(rescript_exe, ["build", "-warn-error", "+110"], {
51
+ encoding: "utf8",
52
+ cwd: __dirname,
53
+});
0 commit comments