Skip to content

Commit

Permalink
Merge pull request #24 from anboralabs/fix-opening
Browse files Browse the repository at this point in the history
Fix issue when jmeter file is open by default.
  • Loading branch information
mergify[bot] authored Feb 7, 2024
2 parents 89da64d + 0934c93 commit be22a8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class InitConfigFiles: ProjectActivity {

if (toolchain.isValid()) {
JMeterLoader.initLoader(toolchain, this.javaClass.classLoader)
JMeterUtils.initializeJMeter(toolchain.homePath())
return
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ object JMeterLoader {
fun initLoader(toolchain: JMeterToolchain, pluginClassLoader: ClassLoader?) {
if (JMeterUtils.getDynamicLoader() == null) {
JMeterUtils.setDynamicLoader(loadJMeterLibsToPlugin(toolchain, pluginClassLoader))
JMeterUtils.initializeJMeter(toolchain.homePath())
}
}

Expand Down

0 comments on commit be22a8f

Please sign in to comment.