1
0
mirror of https://shylinux.com/x/icebergs synced 2025-05-03 12:07:00 +08:00
This commit is contained in:
shylinux 2021-01-12 12:44:12 +08:00
parent cbd9c74357
commit 65f4a27dbb

View File

@ -27,7 +27,7 @@ func _ssh_tick(m *ice.Message, pw io.Writer) {
m.Go(func() {
for {
m.Sleep(m.Option("tick"))
pw.Write([]byte("\n"))
pw.Write([]byte("# " + m.Time() + "\n"))
}
})
}