mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vfs] diagnostics (EA-92268)
This commit is contained in:
+1
-1
@@ -381,7 +381,7 @@ public abstract class VirtualFileSystemEntry extends NewVirtualFile {
|
||||
return super.getCharset();
|
||||
}
|
||||
catch (IOException e) {
|
||||
throw new RuntimeException(e);
|
||||
throw new RuntimeException(getPath(), e);
|
||||
}
|
||||
}
|
||||
return charset;
|
||||
|
||||
Reference in New Issue
Block a user