Skip to content

Commit

Permalink
docs: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamOfIce committed Mar 6, 2023
1 parent d15d228 commit e95e20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/public/compat/legacy-runner.js
Expand Up @@ -14,7 +14,7 @@ window.onload = function () {
result = !!test();
} else {
for (var t = 0; t < test.length; t++)
result = result && !!test[t].call(undefined);
result = !!result && !!test[t].call(undefined);
}
} catch (error) {
result = false;
Expand Down

0 comments on commit e95e20b

Please sign in to comment.