diff --git a/packages/ata/src/index.ts b/packages/ata/src/index.ts index 5b536fd9b6bd..0f0070501be6 100644 --- a/packages/ata/src/index.ts +++ b/packages/ata/src/index.ts @@ -53,7 +53,7 @@ export const setupTypeAcquisition = (config: ATABootstrapConfig) => { estimatedToDownload = 0 estimatedDownloaded = 0 - resolveDeps(initialSourceFile, 0).then(t => { + return resolveDeps(initialSourceFile, 0).then(t => { if (estimatedDownloaded > 0) { config.delegate.finished?.(fsMap) }