fix: replace foreign Meta.eval with primitive and suppress compile errors in wrenCompile
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Meta.eval("!!") // expect runtime error: Could not compile source code.
|
||||
@@ -0,0 +1 @@
|
||||
Meta.eval(123) // expect runtime error: Source code must be a string.
|
||||
Reference in New Issue
Block a user