Skip to content

Commit efbbbfe

Browse files
chore(deps): lock file maintenance minor/patch updates (#5094)
* chore(deps): lock file maintenance minor/patch updates * Update npm for Node 14 on CI * Fix vitepress * Fix CI Node version * Fix tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <[email protected]> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent c17dfc5 commit efbbbfe

4 files changed

Lines changed: 2168 additions & 9319 deletions

File tree

cli/run/watch-cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export async function watch(command: Record<string, any>): Promise<void> {
2828
const configFile = command.config ? await getConfigPath(command.config) : null;
2929
const runWatchHook = createWatchHooks(command);
3030

31-
onExit(close);
31+
onExit(close as any);
3232
process.on('uncaughtException', closeWithError);
3333
if (!process.stdin.isTTY) {
3434
process.stdin.on('end', close);

0 commit comments

Comments
 (0)