Skip to content

Commit ec14d94

Browse files
authored
Rollup merge of #97018 - GuillaumeGomez:fail-on-js-error, r=notriddle
Ensure that test fail if a JS error occurs Fixes #96902. r? ``@notriddle``
2 parents e6fc0c4 + 5ec5a76 commit ec14d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.9.1

src/tools/rustdoc-gui/tester.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async function main(argv) {
138138
try {
139139
// This is more convenient that setting fields one by one.
140140
let args = [
141-
"--variable", "DOC_PATH", opts["doc_folder"],
141+
"--variable", "DOC_PATH", opts["doc_folder"], "--enable-fail-on-js-error",
142142
];
143143
if (opts["debug"]) {
144144
debug = true;

0 commit comments

Comments
 (0)