electron/spec-main/fixtures/module/exception.js
2019-12-09 10:27:30 -08:00

3 lines
52 B
JavaScript

module.exports = function (error) {
throw error
}