Skip to content

Commit

Permalink
Hotfix for Scarpe-Wasm to let it get farther without a tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Dec 15, 2023
1 parent 8156d76 commit 992dced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lacci/lib/shoes/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def self.find_lib_dir
[ENV["LOCALAPPDATA"], "Shoes"],
[ENV["APPDATA"], "Shoes"],
[ENV["HOME"], ".shoes"],
[Dir.tmpdir, "shoes"],
]

top, file = homes.detect { |home_top, _| home_top && File.exist?(home_top) }
Expand Down

0 comments on commit 992dced

Please sign in to comment.