plugin-error-3.js 95 B

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