summaryrefslogtreecommitdiff
path: root/api.scm
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-13 16:36:33 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-13 16:36:33 -0500
commit8fa54d5ac98d95016f0c3eaa9fbc4f042294705d (patch)
treec8bfac4a9c3321f9b01acbb339dfeacac28e42e8 /api.scm
parent9df8cb9cfa56f694ae10cfc0b9e9fd4427cc3c72 (diff)
Various site updates
Diffstat (limited to 'api.scm')
-rw-r--r--api.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.scm b/api.scm
index 43660eb..1bb69cf 100644
--- a/api.scm
+++ b/api.scm
@@ -61,7 +61,7 @@
(handler request body))))
(define (dump-error request body endpoint)
- (define file-name (date->string (current-date) "jakob-api-crash-report-~4.txt"))
+ (define file-name (date->string (current-date) "/tmp/jakob-api-crash-report-~4.txt"))
(log-append! 'error (format #f "Unhandled error! Crash report written to ~a" file-name))
(call-with-output-file file-name
(lambda (port)