This commit is contained in:
kepler155c@gmail.com
2019-12-07 12:04:58 -07:00
parent 424fff7842
commit 28b2ba3386
6 changed files with 85 additions and 101 deletions

View File

@@ -50,16 +50,9 @@ local function systemLog()
keyboard.removeHotkey('control-d')
end
if multishell and multishell.openTab then
multishell.openTab({
title = 'System Log',
fn = systemLog,
noTerminate = true,
hidden = true,
})
else
kernel.run({
title = 'Syslog',
fn = systemLog,
})
end
kernel.run({
title = 'System Log',
fn = systemLog,
noTerminate = true,
hidden = true,
})