Fix Windows Mono build
This commit is contained in:
@ -92,7 +92,7 @@ String cwd() {
|
|||||||
return ".";
|
return ".";
|
||||||
}
|
}
|
||||||
|
|
||||||
String result = String::utf16((buffer.ptr());
|
String result = String::utf16(buffer.ptr());
|
||||||
if (result.is_empty()) {
|
if (result.is_empty()) {
|
||||||
return ".";
|
return ".";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user