This commit is contained in:
Jan Nieuwenhuizen 2019-11-17 13:12:45 +01:00
parent 3060bee531
commit 1a922d3e5b
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
(out)
r))
(lambda (key . args)
(format #f "ERROR: dynamic-wind: ~a ~s\n" key args)
(format (current-error-port) "ERROR: dynamic-wind: ~a ~s\n" key args)
(out))))