0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[assertions] console.exit() has no params

This commit is contained in:
Witold Filipczyk
2024-06-01 13:30:03 +02:00
parent fd3502ede8
commit 05f97fa385
69 changed files with 69 additions and 69 deletions

View File

@@ -26,7 +26,7 @@ function bb()
console.error('element.outerHTML.html');
aa();
bb();
console.exit(0);
console.exit();
</script>
</body>
</html>