electron/spec-main/fixtures/module/exception.js
2020-03-20 13:28:31 -07:00

3 lines
54 B
JavaScript

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