forked from x/icebergs
add some
This commit is contained in:
parent
c100727a95
commit
4df3d2a5b4
@ -50,7 +50,7 @@ func init() {
|
|||||||
defer web.ToastProcess(m)()
|
defer web.ToastProcess(m)()
|
||||||
from, days, commit, adds, dels, rest := "", 0, 0, 0, 0, 0
|
from, days, commit, adds, dels, rest := "", 0, 0, 0, 0, 0
|
||||||
TableGo(ReposList(m.Spawn()), func(value ice.Maps, lock *task.Lock) {
|
TableGo(ReposList(m.Spawn()), func(value ice.Maps, lock *task.Lock) {
|
||||||
if kit.IsIn(value[REPOS], "websocket", "go-qrcode", "go-git", "icons", "geoarea") {
|
if kit.IsIn(value[REPOS], "websocket", "go-qrcode", "go-git", "icons", "geoarea", "program", "node_modules") {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
msg := m.Cmd("_sum", value[nfs.PATH], mdb.TOTAL, "10000")
|
msg := m.Cmd("_sum", value[nfs.PATH], mdb.TOTAL, "10000")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user