forked from xxq250/Nasal-Interpreter
🚀 add new default bar in stl.process_bar
This commit is contained in:
@@ -194,8 +194,12 @@ nasal_ast nasal_import::load(nasal_ast& root,u16 fileindex)
|
||||
lib_loaded=true;
|
||||
}
|
||||
for(auto& i:root.child())
|
||||
{
|
||||
if(imptchk(i))
|
||||
linker(new_root,fimpt(i));
|
||||
else
|
||||
break;
|
||||
}
|
||||
// add root to the back of new_root
|
||||
nasal_ast file_head(0,ast_file);
|
||||
file_head.set_num(fileindex);
|
||||
|
||||
Reference in New Issue
Block a user