plugin-error-2.js 94 B

12345
  1. registerPlugin({
  2. use: function() {
  3. throw new Error('An error was here.')
  4. }
  5. });