We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceed53a commit 296cebbCopy full SHA for 296cebb
src/compiler/build/watch-build.ts
@@ -87,7 +87,7 @@ export const createWatchBuild = async (config: d.Config, compilerCtx: d.Compiler
87
const otherRead = watchOtherFiles(config, compilerCtx);
88
srcFileWatchCloser = await srcRead;
89
otherFileWatchCloser = await otherRead;
90
- tsWatchProgram = createTsWatchProgram(config, onBuild);
+ tsWatchProgram = await createTsWatchProgram(config, onBuild);
91
return watchWaiter;
92
};
93
0 commit comments