Skip to content

Commit

Permalink
Merge pull request #71 from amank22/restyled/spx_plugins_fix
Browse files Browse the repository at this point in the history
Restyle Plugin support was broken on classLoader
  • Loading branch information
amank22 authored Feb 10, 2022
2 parents 3cac9b3 + e8612c9 commit 7cefd6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ class PluginsResourceLoader : ResourceLoader {
?: (::PluginsResourceLoader.javaClass).getResourceAsStream(resourcePath)
return requireNotNull(resource) { "Resource $resourcePath not found" }
}
}
}

0 comments on commit 7cefd6c

Please sign in to comment.