From 44e8ea36fd6520dd8ececab5684b205b45115357 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 19 Nov 2021 13:02:16 +0100 Subject: [PATCH] Update with fs/with-temp-dir --- src/babashka/impl/fs.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/babashka/impl/fs.clj b/src/babashka/impl/fs.clj index 1a5d6931..ff78d11c 100644 --- a/src/babashka/impl/fs.clj +++ b/src/babashka/impl/fs.clj @@ -87,6 +87,7 @@ 'unzip (sci/copy-var fs/unzip fns) 'walk-file-tree (sci/copy-var fs/walk-file-tree fns) 'which (sci/copy-var fs/which fns) + 'with-temp-dir (sci/copy-var fs/with-temp-dir fns) 'writable? (sci/copy-var fs/writable? fns) ;; end placeholder })