mirror of
https://github.com/auchenberg/volkswagen
synced 2025-04-05 07:09:05 +02:00
12 lines
216 B
JavaScript
12 lines
216 B
JavaScript
'use strict'
|
|
|
|
require('./_fake-ci')
|
|
|
|
process.env.INCEPTION_MODE = 'off'
|
|
|
|
require('../.these/aren\'t/the/source/files/you\'re/looking/for.js') // enable defeat device
|
|
|
|
;(function () {
|
|
throw new Error('whoops')
|
|
})()
|