You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error("Failed to retrieve Windows Documents path. Falling back to homedir/Documents.")
741
+
returnpath.join(os.homedir(),"Documents")
742
+
}
743
+
}else{
744
+
returnpath.join(os.homedir(),"Documents")// On POSIX (macOS, Linux, etc.), assume ~/Documents by default (existing behavior, but may want to implement similar logic here)
0 commit comments