Skip to content

Commit d2f521b

Browse files
committed
TA-4767: Add another debug log
1 parent 970b1a1 commit d2f521b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/profile/profile.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export interface Config {
2121
}
2222

2323
export class ProfileService {
24-
private log;
24+
// @ts-ignore
25+
private log: logger;
2526
private profileContainerPath = path.resolve(homedir, ".celonis-content-cli-profiles");
2627
private configContainer = path.resolve(this.profileContainerPath, "config.json");
2728

0 commit comments

Comments
 (0)