-
Notifications
You must be signed in to change notification settings - Fork 8
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
0502819
commit 7303dc5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sealdice-core
updated
7 files
+4 −4 | go.mod | |
+8 −8 | 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 | |
+45 −0 | utils/paniclog/redirect_stderr_windows.go |