examples: Print a description of the program to the console on startup.

This commit is contained in:
Ryan C. Gordon
2024-07-30 12:22:39 -04:00
parent a6407e88da
commit 6a25e94472
11 changed files with 38 additions and 11 deletions

View File

@@ -201,6 +201,7 @@
if (text) console.error('[post-exception status] ' + text);
};
};
@print_description@
</script>
<script async type="text/javascript" src="@javascript_file@"></script>
</body>