oeed / OneOS

OneOS (ComputerCraft Operating System) - The all in one operating system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneOS 2.0.0 Public Beta Buffer bug with shell?

viluon opened this issue · comments

oneos06
reproduction steps:

  1. open QuickShell
  2. run lua (the interactive prompt)
  3. type "for k,v in pairs(_G) do print (k,v) end"
    oneos07

Odd...

I'm making a new shell anyway, so hopefully it won't be an issue.