mirror of
https://github.com/davidmarkclements/0x.git
synced 2026-02-01 15:56:04 +00:00
Add missing files
This commit is contained in:
parent
783161628c
commit
91407229b7
3
lib/loading-stacks.js
Normal file
3
lib/loading-stacks.js
Normal file
@ -0,0 +1,3 @@
|
||||
'use strict'
|
||||
|
||||
require('./random-require')
|
||||
7
lib/random-require.js
Normal file
7
lib/random-require.js
Normal file
@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
// Initialize console
|
||||
console.log
|
||||
|
||||
Error.stackTraceLimit = Infinity
|
||||
throw new Error('Load phase')
|
||||
Loading…
x
Reference in New Issue
Block a user