Update run.js
This commit is contained in:
parent
cb12014ecb
commit
9795249ab4
1 changed files with 1 additions and 1 deletions
2
run.js
2
run.js
|
@ -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` +
|
||||||
|
|
Loading…
Reference in a new issue