diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-28 16:17:09 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-28 16:17:09 -0600 |
| commit | dabc6662536e3a128b666846a1733f921eb4be6d (patch) | |
| tree | d9a275a45f6866c340252c667bb9dc583cc93968 /cmd/sparkled/main.go | |
| parent | da1325c94d99f9c90b8d362eeb2a6cf34cceaaed (diff) | |
chore: fix typo in startup logs
Diffstat (limited to 'cmd/sparkled/main.go')
| -rw-r--r-- | cmd/sparkled/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sparkled/main.go b/cmd/sparkled/main.go index adc7ed1..c58d1ba 100644 --- a/cmd/sparkled/main.go +++ b/cmd/sparkled/main.go @@ -12,7 +12,7 @@ import ( ) func main() { - pls.LogError(context.Background(), http.ListenAndServe( + pls.LogErrorNow(context.Background(), http.ListenAndServe( env.Fetch("BIND_ADDR", ":8080"), app.New(x.Must(os.Getwd())), )) |
