Skip to content

Commit

Permalink
fix: spice manager setup (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 authored Oct 18, 2024
1 parent be641d6 commit 4470500
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ Kernel Manager::findKernel(const String& aRegexString) const
Manager::Manager()
: localRepository_(Manager::DefaultLocalRepository())
{
setup();
}

void Manager::setup()
Expand Down

0 comments on commit 4470500

Please sign in to comment.