1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-03-27 21:39:18 +08:00
parent a564821a6a
commit efe0a13e06

View File

@ -26,7 +26,7 @@ func _xterm_get(m *ice.Message, h string) xterm.XTerm {
ls := kit.Split(strings.Split(kit.Select(nfs.SH, value[mdb.TYPE]), " # ")[0])
term, e := xterm.Command(m, value[nfs.PATH], cli.SystemFind(m, ls[0]), ls[1:]...)
if m.Warn(e) {
return
return nil
}
m.Go(func() {
defer term.Close()