101102103104105106107108109110111
if (ct == 0) { try { project.getProjectDirectory().refresh(); FileObject fo = project.getProjectDirectory().getFileObject( NodeJSProjectFactory.NODE_MODULES_FOLDER ); if (fo != null && fo.isValid()) { fo.refresh(); } root.updateChildren(); } finally { h.finish(); }
242243244245246247248249250251252
Thread.currentThread().interrupt(); } catch (ExecutionException ex) { throw new ExtendingException(ex.getLocalizedMessage()); } // #18 sourceDirectory.refresh(true); } else { // do nothing return Collections.emptySet(); }