55640a3ff7
Fixes #341.
4 lines
215 B
CoffeeScript
4 lines
215 B
CoffeeScript
module.exports = process.atomBinding 'shell'
|
|
|
|
if process.platform is 'win32' and process.__atom_type is 'renderer'
|
|
module.exports.showItemInFolder = require('remote').process.atomBinding('shell').showItemInFolder
|