From 8fa54d5ac98d95016f0c3eaa9fbc4f042294705d Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Fri, 13 Feb 2026 16:36:33 -0500 Subject: Various site updates --- api.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.scm') 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) -- cgit v1.3