Increase the stack trace width when processing jobs

As this might result in more useful error messages.
This commit is contained in:
Christopher Baines 2020-09-20 10:59:22 +01:00
parent c596a1c6a9
commit a0e098a6ce

View file

@ -31,6 +31,8 @@
(setvbuf (current-output-port) 'line)
(setvbuf (current-error-port) 'line)
(debug-set! width 256)
(match (command-line)
((name job)
(process-load-new-guix-revision-job job)))