Files
socket.io/index.js
Roman Shtylman cb2b80afd9 remove lib/index.js
Needless level of indirection which blocks actually reading the
important parts of the code.
2014-06-04 13:45:47 -04:00

5 lines
105 B
JavaScript

module.exports = process.env.EIO_COV
? require('./lib-cov/engine.io')
: require('./lib/engine.io');