mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Expose crashReporter to sandbox
This commit is contained in:
@@ -11,6 +11,12 @@ Object.defineProperties(exports, {
|
||||
return require('../../../renderer/api/remote')
|
||||
}
|
||||
},
|
||||
crashReporter: {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return require('../../../common/api/crash-reporter')
|
||||
}
|
||||
},
|
||||
CallbacksRegistry: {
|
||||
get: function () {
|
||||
return require('../../../common/api/callbacks-registry')
|
||||
|
||||
Reference in New Issue
Block a user