diff options
Diffstat (limited to 'api.scm')
| -rw-r--r-- | api.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |