}
try {
canonical = components.getCanonicalPath();
} catch (IOException ioe) {
// doh! ignore, not sure what we can do.
throw new AuraRuntimeException("unable to get canonical path", ioe);
}
}
} else {
Set<SourceLoader> loaders = location.getSourceLoaders();
if (!loaders.isEmpty()) {