Skip to content

Commit f949eda

Browse files
committed
Fix error message
1 parent 9c0deae commit f949eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/skeleton-query-wizard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export class SkeletonQueryWizard {
197197
}
198198

199199
if (this.language === undefined) {
200-
throw new Error("Workspace storage path is undefined");
200+
throw new Error("Language is undefined");
201201
}
202202

203203
this.progress({

0 commit comments

Comments
 (0)