Skip to content

Commit b0c3d79

Browse files
committed
Removes lock
1 parent 0d641fe commit b0c3d79

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎.appveyor.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ platform: x64
1818
# directories for future builds
1919
cache:
2020
- C:\Rakudo -> .appveyor_clear_cache.txt
21+
- C:\Rakudo\share\perl6 -> META6.json
2122

2223
branches:
2324
only:

‎lib/Pod/To/Cached.pm6‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ method freeze( --> Bool ){
264264
methodrm-cache(){
265265
if$*SPEC~~IO::Spec::Win32{
266266
my$win-path="$*CWD/$!path".trans( ["/"] => ["\\"] );
267+
shell"rm $win-path\.lock";
267268
shell"rmdir /S /Q $win-path" ;
268269
shell"rmdir $win-path";
269270
} else{

0 commit comments

Comments
(0)