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 done?-box (box #f))
|
||||||
(define t (thread/chunk-output
|
(define t (thread/chunk-output
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
(break-enabled #t)
|
||||||
(status "Sending to ~a:\n" (vm-name vm))
|
(status "Sending to ~a:\n" (vm-name vm))
|
||||||
(show-list pkgs)
|
(show-list pkgs)
|
||||||
(flush-chunk-output)
|
(flush-chunk-output)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user