fix: Pattern language runtime not being reset properly after checking MIME types

This commit is contained in:
WerWolv
2022-08-07 00:11:54 +02:00
parent 69d000488e
commit 2200e11e85
2 changed files with 3 additions and 1 deletions

View File

@@ -156,6 +156,8 @@ namespace hex::plugin::builtin {
if (foundCorrectType)
this->m_possiblePatternFiles.push_back(entry.path());
runtime.reset();
}
}