electron/spec-main/fixtures/remote/exception.js

3 lines
54 B
JavaScript

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