fixed notification not being sent

This commit is contained in:
yusing
2024-10-30 06:44:10 +08:00
parent 81177926ff
commit 0397f69853
4 changed files with 6 additions and 6 deletions

View File

@@ -29,15 +29,15 @@ get:
debug:
make build
GOPROXY_DEBUG=1 sudo bin/go-proxy
sudo GOPROXY_DEBUG=1 bin/go-proxy
debug-trace:
make build
GOPROXY_DEBUG=1 GOPROXY_TRACE=1 sudo bin/go-proxy
sudo GOPROXY_DEBUG=1 GOPROXY_TRACE=1 bin/go-proxy
profile:
GODEBUG=gctrace=1 make build
GOPROXY_DEBUG=1 sudo bin/go-proxy
sudo GOPROXY_DEBUG=1 bin/go-proxy
mtrace:
bin/go-proxy debug-ls-mtrace > mtrace.json