Skip to content

Commit 48ec883

Browse files
committed
update electron to v11
1 parent 8cc223b commit 48ec883

File tree

4 files changed

+8383
-4692
lines changed

4 files changed

+8383
-4692
lines changed

bbc-a11y-2.4.2.tgz

98 KB
Binary file not shown.

cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async function runBbcA11yCli({ argv }) {
2424
buildBbcA11y();
2525

2626
const { mode } = argv;
27-
const runBbcA11y = mode === 'ci' ? runBbcA11yInCiMode : runBbcA11yOnHost;
27+
const runBbcA11y = mode === 'ci' ? runBbcA11yOnHost : runBbcA11yOnHost;
2828

2929
const bbcA11yExitCode = await runBbcA11y(argv);
3030

0 commit comments

Comments
 (0)