This commit is contained in:
Myriad-Dreamin
2026-04-03 22:04:17 +08:00
parent 60cab39f92
commit 1f8168577b

View File

@@ -149,7 +149,7 @@ inline std::string toPath(llvm::StringRef uri) {
llvm::SmallString<128> result;
if(auto err = fs::real_path(decoded, result)) {
std::println("Failed to get real path: {}, Input is {}\n", err.message(), decoded);
std::println(stderr, "Failed to get real path: {}, Input is {}\n", err.message(), decoded);
std::abort();
}