We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b0850 commit 5f25fe4Copy full SHA for 5f25fe4
extensions/ql-vscode/src/model-editor/languages/languages.ts
@@ -28,7 +28,7 @@ export function getModelsAsDataLanguageModel<
28
): NonNullable<ModelsAsDataLanguagePredicates[T]> {
29
const definition = getModelsAsDataLanguage(language).predicates[model];
30
if (!definition) {
31
- throw new Error(`No models-as-data definition for ${model}`);
+ throw new Error(`No models-as-data predicate for ${model}`);
32
}
33
return definition;
34
0 commit comments