Expose crashReporter
to sandbox
This commit is contained in:
parent
bf756e3c00
commit
3a97cfc359
1 changed files with 6 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue