Increase the stack trace width when processing jobs
As this might result in more useful error messages.
This commit is contained in:
parent
c596a1c6a9
commit
a0e098a6ce
1 changed files with 2 additions and 0 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue