From 46341b26fb2e174ea0d1672fde9274f61603fca1 Mon Sep 17 00:00:00 2001 From: Vincent Koc <25068+vincentkoc@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:28:56 +0800 Subject: [PATCH] style(cli): keep compile-cache comment ASCII --- src/entry.compile-cache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.compile-cache.ts b/src/entry.compile-cache.ts index 2926c3f9ab7..23009971e99 100644 --- a/src/entry.compile-cache.ts +++ b/src/entry.compile-cache.ts @@ -11,7 +11,7 @@ import { type RespawnChildRuntime, } from "./process/respawn-child-runner.js"; -// Node 24.0–24.14 can deadlock during ESM module loading when compile cache is +// Node 24.0-24.14 can deadlock during ESM module loading when compile cache is // enabled on Windows npm-global installs. Keep the skip scoped to that platform. const MIN_COMPILE_CACHE_NODE_24_MINOR = 15; const COMPILE_CACHE_DISABLED_RESPAWNED_ENV = "OPENCLAW_COMPILE_CACHE_DISABLED_RESPAWNED";