improved git commit fetching

This commit is contained in:
Simon Gardling
2022-02-24 21:12:50 -05:00
parent 6f8a7c9cc2
commit ee2936dfc4
6 changed files with 27 additions and 28 deletions

View File

@@ -18,9 +18,7 @@
async function run() {
await init();
let commit = '';
start("canvas", commit);
start("canvas");
}
run();
</script>