aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/main.ts')
-rw-r--r--editors/code/src/main.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts
index ce7c56d05..5a33b8fc2 100644
--- a/editors/code/src/main.ts
+++ b/editors/code/src/main.ts
@@ -377,7 +377,6 @@ async function performDownloadWithRetryDialog<T>(downloadFunc: () => Promise<T>,
377 throw e; 377 throw e;
378 }; 378 };
379 } 379 }
380
381} 380}
382 381
383async function queryForGithubToken(state: PersistentState): Promise<void> { 382async function queryForGithubToken(state: PersistentState): Promise<void> {