Update run.js

This commit is contained in:
chloe caruso 2025-07-15 13:45:19 -07:00
parent cb12014ecb
commit 9795249ab4

2
run.js
View file

@ -13,7 +13,7 @@ if (!zlib.zstdCompress) {
: null; : null;
globalThis.console.error( globalThis.console.error(
`sitegen depends on a node.js-compatibile runtime\n` + `sitegen depends on a node.js v24. your runtime is missing feature\n` +
`this is node.js version ${process.version}${ `this is node.js version ${process.version}${
brand ? ` (${brand})` : "" brand ? ` (${brand})` : ""
}\n\n` + }\n\n` +