Skip to content

Commit 04a1b41

Browse files
committed
fix: logger dir
1 parent 53e43a3 commit 04a1b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Logger from '@tomjs/logger';
22

33
export const logger = new Logger({
4-
prefix: 'release-cli/logs',
4+
directory: 'release-cli/logs',
55
});

0 commit comments

Comments
 (0)