mirror of
https://github.com/auchenberg/volkswagen.git
synced 2025-01-22 03:52:25 +00: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')
|
|
})()
|