UNPKG

strong-debugger

Version:

DevTools Remote Debugging Protocol provider for Node.js and io.js

6 lines (5 loc) 126 B
'use strict'; console.log('press ENTER to start...'); process.stdin.once('data', function() { require('./http-server'); });