From ab43ea0a10e100468c93cde9f7c7eb62e80dbda1 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 18 Mar 2022 14:33:22 +0100 Subject: [PATCH] fix(core): update --- ts/tsbuild.classes.compiler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/tsbuild.classes.compiler.ts b/ts/tsbuild.classes.compiler.ts index 6577829..80709a2 100644 --- a/ts/tsbuild.classes.compiler.ts +++ b/ts/tsbuild.classes.compiler.ts @@ -66,6 +66,7 @@ export const compiler = async ( if (options.skipLibCheck) { console.log('? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?'); console.log('You are skipping libcheck... Is that really wanted?'); + console.log('continuing in 5 seconds...') console.log('? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?'); await plugins.smartdelay.delayFor(5000); }