Skip to content

Fix creating a file instead of a folder when plugins folder doesn't exist

Jan requested to merge github/fork/SIMULATAN/patch-2 into master

Created by: SIMULATAN

When the plugin folders doesn't exist, it should create it. However, instead of File#mkdirs you used File#createNewFile, which will create a file with that name instead of a directory.

Merge request reports