🪐 execSyncWrapper.ts

This commit is contained in:
nirholas
2026-03-31 10:24:16 +00:00
parent 4bf7d859b0
commit 6cc513cab3

View File

@@ -36,3 +36,4 @@ export function execSync_DEPRECATED(
using _ = slowLogging`execSync: ${command.slice(0, 100)}`
return nodeExecSync(command, options)
}