Don't send EOF token to the C# mod
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Slang
|
||||
return;
|
||||
}
|
||||
|
||||
L.Info("Detected Slang source, compiling...");
|
||||
L.Debug("Detected Slang source, compiling...");
|
||||
|
||||
// Compile the Slang source into IC10
|
||||
string compiled = SlangPlugin.Compile(result);
|
||||
|
||||
Reference in New Issue
Block a user