1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-24 18:16:36 +00:00
Nuxt/test/fixtures/basic/middleware/-ignored.js
2017-12-18 16:53:36 +01:00

4 lines
70 B
JavaScript

export default function () {
throw new Error('Should be ignored')
}