diff --git a/src/utils/execSyncWrapper.ts b/src/utils/execSyncWrapper.ts index 38f9967..e68a033 100644 --- a/src/utils/execSyncWrapper.ts +++ b/src/utils/execSyncWrapper.ts @@ -36,3 +36,4 @@ export function execSync_DEPRECATED( using _ = slowLogging`execSync: ${command.slice(0, 100)}` return nodeExecSync(command, options) } +