完全清除Resource依赖, 目前可以直接使用源码
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using Flee.InternalTypes;
|
||||
using Flee.Parsing;
|
||||
using Flee.Resources;
|
||||
|
||||
namespace Flee.PublicTypes
|
||||
{
|
||||
@@ -53,7 +52,7 @@ namespace Flee.PublicTypes
|
||||
if (_myReason == CompileExceptionReason.SyntaxError)
|
||||
{
|
||||
Exception innerEx = this.InnerException;
|
||||
string msg = $"{Utility.GetCompileErrorMessage(CompileErrorResourceKeys.SyntaxError)}: {innerEx.Message}";
|
||||
string msg = $"{Utility.GetCompileErrorMessage("SyntaxError")}: {innerEx.Message}";
|
||||
return msg;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user