diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-13 16:36:33 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-13 16:36:33 -0500 |
| commit | 8fa54d5ac98d95016f0c3eaa9fbc4f042294705d (patch) | |
| tree | c8bfac4a9c3321f9b01acbb339dfeacac28e42e8 /api.scm | |
| parent | 9df8cb9cfa56f694ae10cfc0b9e9fd4427cc3c72 (diff) | |
Various site updates
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) |