Skip to content

Commit

Permalink
fix: message composition
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Jul 19, 2024
1 parent d999b3e commit 4096ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const PACKAGE_STUB = "@profilecity/vidur-kit"

export const composeMessage = (message: string) => `${PACKAGE_STUB} ${message}`;
export const composeMessage = (message: string) => `[${PACKAGE_STUB}] ${message}`;

0 comments on commit 4096ebc

Please sign in to comment.