chore(sync): mirror docs from openclaw/openclaw@e984a99c7e

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-07 23:44:04 +00:00
parent 541e3d8f24
commit 51de6bc310
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "e29f4ff6b8ac37ca226fe0b337ba25fe52b8be22",
"syncedAt": "2026-05-07T23:30:53.136Z"
"sha": "e984a99c7e004cafaaca32dbc2ee9e6508283721",
"syncedAt": "2026-05-07T23:41:58.120Z"
}

View File

@ -96,9 +96,9 @@ add Node's sync I/O trace flag through the source runner:
OPENCLAW_TRACE_SYNC_IO=1 pnpm openclaw gateway --force
```
`pnpm gateway:watch` enables this flag by default for the watched Gateway child.
Set `OPENCLAW_TRACE_SYNC_IO=0` to suppress Node sync I/O trace output in watch
mode.
`pnpm gateway:watch` leaves this flag disabled by default for the watched
Gateway child. Set `OPENCLAW_TRACE_SYNC_IO=1` when you explicitly want Node
sync I/O trace output in watch mode.
## Gateway watch mode