init(asyncId, type, triggerAsyncId, resource)
console.log
inside init
?console.log
itself causes resources to be createdTickObject
is created for each log
after the first, but ONE is all we need to loop endlesslyconst hook = require('./_hook-print.init.js')
console.log('hello')
hook.enable()
console.log('world')