From cea8c443521c348306a4c22ac4b87b84d663fc63 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Tue, 30 Jun 2026 17:05:51 +0200 Subject: [PATCH] d --- private/file-walker.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/private/file-walker.rkt b/private/file-walker.rkt index 93c7e3e..2c6a566 100644 --- a/private/file-walker.rkt +++ b/private/file-walker.rkt @@ -46,7 +46,8 @@ (unless (string=? bn nbn) (with-handlers ([exn? (λ (e) (warn-am "Cannot rename dirty filename: ~a" nbn))]) - (displayln (format "bn = ~a, nbn = ~a" bn nbn)) + (display "bn = ") (write bn) (display ", nbn = ") (write nbn) + (newline) ;(rename-file-or-directory (build-path bd bn) ; (build-path bn nbn) #f) ;(set! path (build-path bd nbn))