Skip to content

Commit c3f1cd8

Browse files
committed
fix: add missing argument for logger
1 parent 590a640 commit c3f1cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5480,7 +5480,7 @@ export class PgVariablesViewProvider implements vscode.TreeDataProvider<Variable
54805480
}
54815481

54825482
if (config.nodetags?.length) {
5483-
logger.debug('adding %i custom NodeTags');
5483+
logger.debug('adding %i custom NodeTags', config.nodetags?.length);
54845484
try {
54855485
for (const tag of config.nodetags) {
54865486
nodeVars.nodeTags.add(tag);

0 commit comments

Comments
 (0)