bugfix: scope fix
All checks were successful
/ mirror_to_github (push) Successful in 22s
/ test (push) Successful in 5s

This commit is contained in:
Leon van Kammen 2025-01-24 17:34:39 +01:00
parent f49b457a03
commit e2fd89e691

View file

@ -38,7 +38,7 @@ ISOTerminal.prototype.boot.menu = [
key: "1",
title: (opts) => `boot ${String(opts.iso || "").replace(/.*\//,'')} Linux ❤️ `,
init: function(){ this.bootISO() },
keyHandler: (ch) => this.send(ch) // send to v86 webworker
keyHandler: function(ch){ this.send(ch) } // send to v86 webworker
},
{