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.
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