1
0
Fork 0
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:
Brian Fiete 2020-09-26 06:03:29 -07:00
parent a183da923d
commit 52ccdfe46a

View file

@ -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);