mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update error.cpp
This commit is contained in:
parent
6028967abe
commit
43fb6a966b
@ -13,7 +13,7 @@ namespace pkpy{
|
||||
index++;
|
||||
}
|
||||
this->source = ss.str();
|
||||
if(this->source.size > 5 && this->source.sv().substr(0, 5) == "pkpy:"){
|
||||
if(this->source.size>5 && this->source.sv().substr(0, 5)=="pkpy:"){
|
||||
this->is_precompiled = true;
|
||||
}else{
|
||||
this->is_precompiled = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user