Skip to content

Commit

Permalink
System directory checking on VM initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 13, 2024
1 parent 24c6613 commit 8a427ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rishka_vm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ void RishkaVM::initialize(fabgl::Terminal* terminal, String workingDirectory) {
this->exitCode = 0;
this->terminal = terminal;
this->workingDirectory = workingDirectory;

this->ensureSystemDirectories();
}

void RishkaVM::stopVM() {
Expand Down

0 comments on commit 8a427ea

Please sign in to comment.