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:
@@ -26,7 +26,7 @@ function bb()
|
||||
console.error('element.outerHTML.html');
|
||||
aa();
|
||||
bb();
|
||||
console.exit(0);
|
||||
console.exit();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user