repo-tools: Add module-level debug log to verify util.ts is loaded

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-02-27 10:11:23 +01:00
parent f586daee1f
commit b7c9a8df12
+2
View File
@@ -25,6 +25,8 @@ import {
import { tmpdir } from 'node:os';
import { join } from 'node:path';
console.error('[util.ts] createBinRunner module loaded');
/**
* Redirect stdout to a temp file so that Node.js creates a SyncWriteStream
* (synchronous writes) in the child instead of an async pipe stream. This