Skip to content

Commit

Permalink
Skip cleanup if Rake::FileUtilsExt.nowrite_flag is set
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed May 7, 2024
1 parent 6cd3c23 commit 7fcc175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/sass/Rakefile
Expand Up @@ -230,7 +230,7 @@ module FileUtils

yield installer.dir
ensure
rm_rf install_dir
rm_rf install_dir unless Rake::FileUtilsExt.nowrite_flag
end
end

Expand Down

0 comments on commit 7fcc175

Please sign in to comment.