mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed error text
This commit is contained in:
parent
a183da923d
commit
52ccdfe46a
1 changed files with 1 additions and 1 deletions
|
@ -11551,7 +11551,7 @@ namespace IDE
|
|||
{
|
||||
if (mHotResolveTryIdx == 0)
|
||||
{
|
||||
OutputErrorLine("ERROR: Hot type data changes cannot be applied because of the following types");
|
||||
OutputErrorLine("Hot type data changes cannot be applied because of the following types");
|
||||
for (var line in hotResult.Split('\n'))
|
||||
{
|
||||
OutputLineSmart(" {0}", line);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue