Add missing files

This commit is contained in:
Ruben Bridgewater 2018-09-21 16:01:56 +02:00
parent 783161628c
commit 91407229b7
No known key found for this signature in database
GPG Key ID: F07496B3EB3C1762
2 changed files with 10 additions and 0 deletions

3
lib/loading-stacks.js Normal file
View File

@ -0,0 +1,3 @@
'use strict'
require('./random-require')

7
lib/random-require.js Normal file
View File

@ -0,0 +1,7 @@
'use strict'
// Initialize console
console.log
Error.stackTraceLimit = Infinity
throw new Error('Load phase')