Skip to content

Commit f6f960a

Browse files
Update error message for uWS.js version
1 parent 050ae4d commit f6f960a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uws.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = (() => {
1919
try {
2020
return require('./uws_' + process.platform + '_' + process.arch + '_' + process.versions.modules + '.node');
2121
} catch (e) {
22-
throw new Error('This version of uWS.js (v20.53.0) supports only Node.js versions 20, 22, 24 and 25 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());
22+
throw new Error('This version of uWS.js (v20.54.0) supports only Node.js versions 20, 22, 24 and 25 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());
2323
}
2424
})();
2525

0 commit comments

Comments
 (0)