meta/pkg-build: fix break-enabled status in VM-running thread
This commit is contained in:
parent
56c3dbf676
commit
2fcb65ec82
|
@ -843,6 +843,7 @@
|
|||
(define done?-box (box #f))
|
||||
(define t (thread/chunk-output
|
||||
(lambda ()
|
||||
(break-enabled #t)
|
||||
(status "Sending to ~a:\n" (vm-name vm))
|
||||
(show-list pkgs)
|
||||
(flush-chunk-output)
|
||||
|
|
Loading…
Reference in New Issue
Block a user