File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { getErrorMessage } from "./pure/helpers-pure";
99import { QlPackGenerator } from "./qlpack-generator" ;
1010import { DatabaseManager } from "./local-databases" ;
1111import * as databaseFetcher from "./databaseFetcher" ;
12- import { ProgressCallback } from "./progress" ;
12+ import { ProgressCallback , UserCancellationException } from "./progress" ;
1313
1414type QueryLanguagesToDatabaseMap = Record < string , string > ;
1515
@@ -213,7 +213,7 @@ export class SkeletonQueryWizard {
213213 ) ;
214214
215215 if ( ! chosenRepo ) {
216- throw new Error ( "No GitHub repository provided" ) ;
216+ throw new UserCancellationException ( "No GitHub repository provided" ) ;
217217 }
218218
219219 await databaseFetcher . downloadGitHubDatabase (
You can’t perform that action at this time.
0 commit comments