]> gitweb.factorcode.org Git - factor.git/commitdiff
io.directories.windows: don't need to wrap.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Feb 2020 21:25:44 +0000 (13:25 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Feb 2020 21:25:44 +0000 (13:25 -0800)
basis/io/directories/windows/windows.factor

index b06a5bf1e1eccd407f6280a6e6a0f798785e5871..b6a97b95169a786e16fea02c585933cb8e3153a1 100644 (file)
@@ -37,7 +37,7 @@ ERROR: file-delete-failed path error ;
 M: windows delete-file ( path -- )
     absolute-path
     [ (delete-file) ]
-    [ file-delete-failed boa rethrow ] recover ;
+    [ file-delete-failed boa rethrow ] recover ;
 
 M: windows make-directory ( path -- )
     normalize-path