[vfs] diagnostics (EA-92268)

This commit is contained in:
Roman Shevchenko
2016-11-24 11:45:23 +01:00
parent d222c52b41
commit 0dbb9698db
@@ -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;