Skip to content

Commit 4f2d768

Browse files
committed
Update message to mention model editor
1 parent b9b16a8 commit 4f2d768

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/src/model-editor/consistency-check.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class DefaultNotifier implements Notifier {
5858

5959
missingMethod(signature: string) {
6060
void this.logger.log(
61-
`Consistency check: Missing method ${signature} for method that is modeled`,
61+
`Model editor query consistency check: Missing method ${signature} for method that is modeled.`,
6262
);
6363
}
6464

@@ -68,7 +68,7 @@ export class DefaultNotifier implements Notifier {
6868
actualSupported: boolean,
6969
) {
7070
void this.logger.log(
71-
`Consistency check: Inconsistent supported flag for method ${signature}. Expected supported: ${expectedSupported}, actual supported: ${actualSupported}`,
71+
`Model editor query consistency check: Inconsistent supported flag for method ${signature}. Expected supported: ${expectedSupported}, actual supported: ${actualSupported}.`,
7272
);
7373
}
7474
}

0 commit comments

Comments
 (0)