We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00cdcfc + 24ab512 commit af8b2a7Copy full SHA for af8b2a7
1 file changed
src/MoonSharp.Interpreter/CoreLib/DynamicModule.cs
@@ -45,7 +45,7 @@ public static DynValue eval(ScriptExecutionContext executionContext, CallbackArg
45
}
46
47
catch (SyntaxErrorException ex)
48
- {
+ {
49
throw new ScriptRuntimeException(ex);
50
51
0 commit comments