io.directories.windows: don't need to wrap.

master
John Benediktsson 2020-02-11 13:25:44 -08:00
parent 4e91f55f1e
commit fe929be0f4
1 changed files with 1 additions and 1 deletions

View 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