summaryrefslogtreecommitdiff
path: root/api.scm
diff options
context:
space:
mode:
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)