@Override
public File fun(String path) {
return findFileByPath(basePath, path);
}
};
return new BrowserStacktraceFilter(myProject, nodeName, fileFinder);
}
}
if ("browserError".equals(nodeType) && nodeArguments != null) {
File basePath = new File(nodeArguments);
if (basePath.isDirectory() && basePath.isAbsolute()) {