mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
optimize codes
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ nas_native(builtin_platform);
|
||||
nas_native(builtin_gc);
|
||||
nas_native(builtin_md5);
|
||||
|
||||
nasal_ref builtin_err(const char* func_name,std::string info)
|
||||
nasal_ref builtin_err(const char* func_name,const std::string info)
|
||||
{
|
||||
std::cerr<<"[vm] "<<func_name<<": "<<info<<".\n";
|
||||
return {vm_none};
|
||||
|
||||
Reference in New Issue
Block a user