File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -265,9 +265,9 @@ static Workspace loadUncached(@NotNull Project project) {
265
265
266
266
final String sdkHome = config == null ? null : getScriptFromPath (root , readonlyPath , config .getSdkHome ());
267
267
268
- final String requiredIJPluginID = config == null ? null : getScriptFromPath ( root , readonlyPath , config .getRequiredIJPluginID () );
268
+ final String requiredIJPluginID = config == null ? null : config .getRequiredIJPluginID ();
269
269
270
- final String requiredIJPluginMessage = config == null ? null : getScriptFromPath ( root , readonlyPath , config .getRequiredIJPluginMessage () );
270
+ final String requiredIJPluginMessage = config == null ? null : config .getRequiredIJPluginMessage ();
271
271
272
272
final String configWarningPrefix = config == null ? null : config .getConfigWarningPrefix ();
273
273
You can’t perform that action at this time.
0 commit comments