semantic-release/test/fixtures/plugin-error.js
2023-01-13 15:55:40 -08:00

6 lines
114 B
JavaScript

export default () => {
const error = new Error("a");
error.errorProperty = "errorProperty";
throw error;
};