Skip to content

Commit 189bb58

Browse files
committed
fix debug label
1 parent 68b3f08 commit 189bb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/primary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
} from './shared.js'
1212

1313
const debug = createDebug(
14-
'cluster-memory-store:' + cluster.isPrimary ? 'primary' : 'not-primary',
14+
'cluster-memory-store:' + (cluster.isPrimary ? 'primary' : 'not-primary'),
1515
)
1616

1717
export class ClusterMemoryStorePrimary {

0 commit comments

Comments
 (0)