-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5003c0a
commit c26d5e1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sealdice-core
updated
9 files
+2 −1 | dice/ext_log.go | |
+50 −18 | dice/platform_adapter_gocq.go | |
+4 −3 | go.mod | |
+7 −6 | go.sum | |
+8 −3 | main.go | |
+31 −0 | utils/paniclog/paniclog.go | |
+18 −0 | utils/paniclog/redirect_stderr.go | |
+22 −0 | utils/paniclog/redirect_stderr_unix.go | |
+41 −0 | utils/paniclog/redirect_stderr_windows.go |
Submodule sealdice-ui
updated
48 files