atom / tree-view

🌳 Explore and open project files in Atom
MIT License
561 stars 364 forks source link

Fixes unable to show file warning #1364

Closed darangi closed 4 years ago

darangi commented 4 years ago

Description of the Change

A change in showItemInFolder API broke the reveal in finder feature in tree-view. The API on electron 5 returns a boolean while the API on electron 6 does not return anything(atom currently run on electron 6), the reveal in finder feature depends on the boolean returned to display a warning.

Fixes: https://github.com/atom/atom/issues/21577