added flushing and printing config

This commit is contained in:
sanjayk03-dev
2024-01-02 19:08:01 +05:30
parent 505ea06c73
commit 20c4a3b39d
3 changed files with 18 additions and 13 deletions

View File

@@ -511,7 +511,7 @@ module.exports = {
try{
this.load();
console.log("Loaded file");
// this.start_pause();
this.start_pause();
}catch(error){
console.warn("Error running program: ",error);
}