Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RT #126006: after .spurt, the file exists
  • Loading branch information
moritz committed Sep 20, 2015
1 parent 97e47a5 commit 386153c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/IO/Path.pm
Expand Up @@ -495,6 +495,7 @@ my class IO::Path is Cool {
?? $handle.write($contents)
!! $handle.print($contents);
$handle.close; # can't use LEAVE in settings :-(
$!e = True;
$spurt;
}

Expand Down

0 comments on commit 386153c

Please sign in to comment.