Skip to content

Commit

Permalink
Update src/compiler/crystal/command/clear_cache.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Sijawusz Pur Rahnama <sija@sija.pl>
  • Loading branch information
baseballlover723 and Sija authored Jun 14, 2023
1 parent fee9d83 commit 65fd00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/crystal/command/clear_cache.cr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Crystal::Command
end

end
puts "clearing compiler cache at \"#{CacheDir.instance.dir}\"" if verbose
puts "Clearing compiler cache at #{CacheDir.instance.dir.inspect}" if verbose
FileUtils.rm_rf(CacheDir.instance.dir)
end
end

0 comments on commit 65fd00b

Please sign in to comment.