Skip to content

Commit

Permalink
fix(logger): definePackage
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 3, 2024
1 parent dc02ac9 commit e2e5c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/logger/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {platformInfo} from '@alwatr/platform-info';

import type {AlwatrLogger} from './type.js';

definePackage('@alwatr/dedupe', __package_version__);
definePackage('@alwatr/logger', __package_version__);

export const debugMode = platformInfo.development || platformInfo.isCli
? process.env.DEBUG !== undefined && process.env.DEBUG !== ''
Expand Down

0 comments on commit e2e5c6c

Please sign in to comment.