uWebSockets.js/dist/uws.js

8 lines
223 B
JavaScript
Raw Normal View History

2018-10-28 15:07:21 +00:00
module.exports = (() => {
try {
return require(`./uws_${process.platform}_${process.versions.modules}.node`);
} catch (e) {
throw new Error('This version of µWS is not compatible with your Node.js build.');
}
})();