Skip to content

Commit 309c6f6

Browse files
committed
removed another double error msg
1 parent a9d0c36 commit 309c6f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/services/dataSourceEditorProvider.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ export class DataSourceEditorProvider implements CustomTextEditorProvider {
9393
);
9494
meta = Promise.resolve(<MetaObjectPayload>{});
9595
this.cache.set(connLabel, meta);
96-
kdbOutputLog("No database running in this Insights connection.", "ERROR");
96+
kdbOutputLog(
97+
"No database running in this Insights connection.",
98+
"ERROR",
99+
true,
100+
);
97101
}
98102
return (await meta) || Promise.resolve(<MetaObjectPayload>{});
99103
}

0 commit comments

Comments
 (0)