mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update FileUtils.cpp
This commit is contained in:
parent
a609592d2d
commit
9dbea9db08
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ std::optional<std::string> readFile(const std::string& name)
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::optional<std::string> readStdin() {
|
std::optional<std::string> readStdin()
|
||||||
|
{
|
||||||
std::string result;
|
std::string result;
|
||||||
char buffer[READ_BUFFER_SIZE] = { };
|
char buffer[READ_BUFFER_SIZE] = { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue