This commit is contained in:
2026-01-19 14:39:55 -06:00
parent cbf99295da
commit 38a3697e28
2 changed files with 43 additions and 20 deletions

View File

@@ -56,8 +56,6 @@ globalThis.ends_with = function(str, suffix) {
var js = use_embed('js')
var fd = use_embed('fd')
os.print(fd)
// Get the shop path from HOME environment
var home = os.getenv('HOME') || os.getenv('USERPROFILE')
if (!home) {