<!DOCTYPE html> <html lang="en"> <head> </head> <body> <script> throw new Error('Problem'); console.log(1); </script> <script> console.log(2); </script> </body> </html>