mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update Repl.cpp
This commit is contained in:
parent
0e3e880f19
commit
d42669df0e
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ int main(int argc, char** argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
if (argc >= 2 && strcmp(argv[1], "--compile=text") == 0 || strcmp(argv[1], "--compile") == 0)
|
||||
if ((argc >= 2 && strcmp(argv[1], "--compile=text") == 0) || strcmp(argv[1], "--compile") == 0)
|
||||
{
|
||||
int failed = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue