Fix error message
This commit is contained in:
@@ -197,7 +197,7 @@ export class SkeletonQueryWizard {
|
||||
}
|
||||
|
||||
if (this.language === undefined) {
|
||||
throw new Error("Workspace storage path is undefined");
|
||||
throw new Error("Language is undefined");
|
||||
}
|
||||
|
||||
this.progress({
|
||||
|
||||
Reference in New Issue
Block a user