mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
string.append
This commit is contained in:
parent
bfca408753
commit
856ef34719
1 changed files with 1 additions and 1 deletions
|
@ -1500,7 +1500,7 @@ struct Compiler
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
formatString += std::string(string.data, string.size);
|
formatString.append(string.data, string.size);
|
||||||
|
|
||||||
stringsLeft--;
|
stringsLeft--;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue