mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 11:28:45 +08:00
update
This commit is contained in:
+1
-1
@@ -259,7 +259,7 @@ public:
|
||||
void nasal_codegen::die(std::string info,int line)
|
||||
{
|
||||
++error;
|
||||
std::cout<<">> [code] line "<<line<<": "<<info<<"\n";
|
||||
std::cout<<"[code] line "<<line<<": "<<info<<"\n";
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user