mirror of
https://github.com/electron/electron.git
synced 2026-02-07 21:55:48 -05:00
refactor: don't expose CallbacksRegistry as an internal module (#14389)
This commit is contained in:
committed by
Shelley Vohr
parent
0c4e7104cf
commit
3a79eacb6f
@@ -1,11 +1,6 @@
|
||||
const features = process.atomBinding('features')
|
||||
|
||||
module.exports = [
|
||||
{
|
||||
name: 'CallbacksRegistry',
|
||||
load: () => require('../../common/api/callbacks-registry'),
|
||||
private: true
|
||||
},
|
||||
{
|
||||
name: 'crashReporter',
|
||||
load: () => require('../../common/api/crash-reporter')
|
||||
|
||||
Reference in New Issue
Block a user