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
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/resources/NativeImageResourceFileSystemProvider.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ public FileSystem getFileSystem(URI uri) {
142
142
readLock.lock();
143
143
if (fileSystem == null) {
144
144
thrownewFileSystemNotFoundException("The Native Image Resource File System is not present. " +
145
-
"Please create a new file system using the `newFileSystem` operation before attempting any file system operations.");
145
+
"Please create a new file system using the `newFileSystem` operation before attempting any file system operations on resource URIs.");
0 commit comments