Skip to content

Commit bf5ecb0

Browse files
committed
docs: Refactor log message
1 parent b884a1e commit bf5ecb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export async function serve(graph, {
182182
if (h2) {
183183
const nodeVersion = parseInt(process.versions.node.split(".")[0], 10);
184184
if (nodeVersion >= 24) {
185-
log.error("ERROR: This version of UI5 Tooling does not support HTTP/2 with Node v24 and later. Please check https://github.com/SAP/ui5-tooling/issues/327 for updates.");
185+
log.error("ERROR: With Node v24, usage of HTTP/2 is no longer supported. Please check https://github.com/SAP/ui5-tooling/issues/327 for updates.");
186186
process.exit(1);
187187
}
188188

0 commit comments

Comments
 (0)