Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local old_printError = _G.printError
- function _G.printError()
- _G.printError = old_printError
- -- Multishell must die.
- term.redirect(term.native())
- multishell = nil
- callback()
- end
- os.queueEvent "terminate"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement