Jaguard / time-require

Displays the execution time for Node.js modules loading by hooking require() calls
MIT License
253 stars 20 forks source link

Doesn't work with babel-register? #10

Closed jonathanong closed 8 years ago

jonathanong commented 8 years ago

Trying to use this with require('babel-register') and the process just hangs. anyone experience the same issue? how would i fix the code so that this works with other require hooks?