We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9262b1 commit e365c52Copy full SHA for e365c52
src/file.cpp
@@ -54,7 +54,7 @@ inline static std::string wstring_to_string(const std::wstring &wstr)
54
inline static std::string get_cwd_from_env()
55
{
56
char* value = getenv("PWD");
57
- if (!value) return "(unreachable)";
+ if (!value) return "/";
58
return value;
59
}
60
#endif
0 commit comments