Le dump
This commit is contained in:
parent
47e66cccbb
commit
100c93ffe4
5 changed files with 262 additions and 0 deletions
7
dist/uws.js
vendored
Normal file
7
dist/uws.js
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.');
|
||||
}
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue