mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 02:18:27 +02:00
15 lines
292 B
HTML
15 lines
292 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<script type="application/javascript" src="demouncaughtexception.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="application/javascript">
|
|
rtl.showUncaughtExceptions=true;
|
|
rtl.run();
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|