compression package wip + debugger bugfixes

This commit is contained in:
kepler155c@gmail.com
2020-05-31 23:51:04 -06:00
parent d203510527
commit fb5e69f703
10 changed files with 1011 additions and 7 deletions

View File

@@ -376,7 +376,7 @@ local page = UI.Page {
local line = self.source:getSelected().line
multishell.openTab(_ENV, {
path = 'sys/apps/shell.lua',
args = { ('edit --line=%d %s'):format(line , file) },
args = { ('edit --line=%d %s'):format(line , '/' .. file) },
focused = true,
})
end