Move everything into atom_bindings

This commit is contained in:
Paul Betts
2016-05-18 11:07:30 -07:00
parent dc86ec8ddd
commit e995befcd0
5 changed files with 44 additions and 72 deletions

View File

@@ -46,5 +46,3 @@ if (process.type === 'browser') {
if (process.platform === 'win32' && __dirname.indexOf('\\Program Files\\WindowsApps\\') === 2) {
process.windowsStore = true
}
Object.assign(Object.getPrototypeOf(process), process.atomBinding('process_stats'))