Skip to content

Commit 9092fbb

Browse files
Rollup merge of #143384 - GuillaumeGomez:update-browser-ui-test, r=kobzol
Update browser-ui-test version to `0.21.1` One day I'll find time and motivation to use `package.json` instead. 😆 r? `@Kobzol`
2 parents 3bc36be + c246525 commit 9092fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.20.7
1+
0.21.1

src/tools/rustdoc-gui/tester.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ async function main(argv) {
196196
// This is more convenient that setting fields one by one.
197197
const args = [
198198
"--variable", "DOC_PATH", opts["doc_folder"].split("\\").join("/"),
199-
"--enable-fail-on-js-error", "--allow-file-access-from-files",
199+
"--allow-file-access-from-files",
200200
];
201201
if (opts["debug"]) {
202202
debug = true;

0 commit comments

Comments
 (0)