test
This commit is contained in:
parent
fe8d55a267
commit
7dd7b1aff9
2
job.go
2
job.go
@ -2153,7 +2153,7 @@ func jobGetStash(j Job) {
|
|||||||
out := "Stash:\n"
|
out := "Stash:\n"
|
||||||
for k, v := range p.Stash {
|
for k, v := range p.Stash {
|
||||||
i, _ := getObjItem(k)
|
i, _ := getObjItem(k)
|
||||||
out = fmt.Sprintf("%s %d : %d\n", out, i.Names[0], v)
|
out = fmt.Sprintf("%s %s : %d\n", out, i.Names[0], v)
|
||||||
}
|
}
|
||||||
|
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
|
Loading…
Reference in New Issue
Block a user