mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
toVirtualFileArray
This commit is contained in:
@@ -695,7 +695,7 @@ public class CompileDriver {
|
||||
outputsToRefresh.add(generated.getSecond());
|
||||
}
|
||||
|
||||
RefreshQueue.getInstance().refresh(false, true, null, outputsToRefresh.toArray(new VirtualFile[outputsToRefresh.size()]));
|
||||
RefreshQueue.getInstance().refresh(false, true, null, VfsUtil.toVirtualFileArray(outputsToRefresh));
|
||||
if (progressIndicator.isCanceled()) {
|
||||
return ExitStatus.CANCELLED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user