mirror of
https://github.com/janet-lang/janet
synced 2025-04-01 21:16:55 +00:00
Fix os/shell usage in jpm on windows.
This commit is contained in:
parent
e623690295
commit
ccd8b71c4b
2
jpm
2
jpm
@ -78,7 +78,7 @@
|
||||
[path]
|
||||
(if is-win
|
||||
# windows get rid of read-only files
|
||||
(os/shell `rmdir /S /Q "` path `"`))
|
||||
(os/shell (string `rmdir /S /Q "` path `"`)))
|
||||
(rm path))
|
||||
|
||||
(defn clear-cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user