Skip to content

Commit d3781cf

Browse files
author
John Doe
committed
refactor: fix logger usage
1 parent afe8f89 commit d3781cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx-plugin/src/internal/execute-process.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export type ProcessObserver = {
146146
*/
147147
export function executeProcess(
148148
cfg: ProcessConfig,
149-
logger: { log: (str: string) => void } = ui().logger,
149+
logger: { log: (str: string) => void } = { log: console.log },
150150
): Promise<ProcessResult> {
151151
const {
152152
command,

0 commit comments

Comments
 (0)