You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InternalResourceRoots.logInternalResourceEvent("Resolved a pre-created directory for the internal resource %s::%s to: %s, determined by the %s with the value %s.",
thrownewAssertionError("Failed to instantiate InternalResource.Env", e);
235
234
}
236
235
}
237
236
@@ -252,7 +251,7 @@ private Path installResource(Function<InternalResource, InternalResource.Env> re
252
251
InternalResourceRoots.logInternalResourceEvent("Resolved a directory for the internal resource %s::%s to: %s, unpacking resource files.", id, resourceId, target);
253
252
Pathparent = target.getParent();
254
253
if (parent == null) {
255
-
throwCompilerDirectives.shouldNotReachHere("Target must have a parent directory but was " + target);
254
+
thrownewAssertionError("Target must have a parent directory but was " + target);
0 commit comments