mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Don't skip code generation when static eval fails
This commit is contained in:
@@ -287,7 +287,7 @@ impl ModuleCompiler {
|
||||
"Determine whether initializer can be statically evaluated",
|
||||
);
|
||||
|
||||
continue;
|
||||
Value::String("(Static eval failed)".to_string())
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user