Expose crashReporter to sandbox

This commit is contained in:
Thiago de Arruda 2017-03-21 10:47:18 -03:00
parent bf756e3c00
commit 3a97cfc359

View file

@ -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')