Skip to content

Commit

Permalink
Update uws.js
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Aug 7, 2024
1 parent 8064772 commit 77e43e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/uws.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Authored by Alex Hultman, 2018-2022.
* Authored by Alex Hultman, 2018-2024.
* Intellectual property of third-party.
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -19,7 +19,7 @@ module.exports = (() => {
try {
return require('./uws_' + process.platform + '_' + process.arch + '_' + process.versions.modules + '.node');
} catch (e) {
throw new Error('This version of uWS.js supports only Node.js LTS versions 16, 18 and 20 on (glibc) Linux, macOS and Windows, on Tier 1 platforms (https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list).\n\n' + e.toString());
throw new Error('This version of uWS.js supports only Node.js versions 18, 20, 21 and 22 on (glibc) Linux, macOS and Windows, on Tier 1 platforms (https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list).\n\n' + e.toString());
}
})();

Expand Down

0 comments on commit 77e43e7

Please sign in to comment.