bin/cli.mjs:1430 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(outPath, JSON.stringify(preset.config, null, 2) + '\n');
bin/cli.mjs:1512 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(settingsPath, JSON.stringify(settings, null, 2) + '\n');
bin/cli.mjs:1571 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(settingsPath, JSON.stringify(settings, null, 2) + '\n');
bin/cli.mjs:1585 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(codexPath, JSON.stringify(codexSettings, null, 2) + '\n');
src/receipt.mjs:28 · fs_write
Filesystem write to a path that is not obviously a temp directory.
appendFileSync(receiptPath, JSON.stringify(receipt) + '\n');
src/openclaw-hooks.mjs:116 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(join(hookDir, 'HOOK.md'), hookMd);
src/openclaw-hooks.mjs:117 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(join(hookDir, 'handler.ts'), handlerTs);
src/openclaw-exec.mjs:42 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(filePath, JSON.stringify(data, null, 2) + '\n');
- + 10 more