From 6d1dbbb63834d017b8683b8bd43782248f173c41 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 16 Mar 2022 13:25:08 +0100 Subject: [PATCH] fix(core): update --- ts/mod_esbuild/index.child.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/mod_esbuild/index.child.ts b/ts/mod_esbuild/index.child.ts index e680e58..aeff754 100644 --- a/ts/mod_esbuild/index.child.ts +++ b/ts/mod_esbuild/index.child.ts @@ -47,7 +47,7 @@ export class TsBundleProcess { const run = async () => { console.log('running spawned compilation process'); const transportOptions: interfaces.IEnvTransportOptions = JSON.parse(process.env.transportOptions); - console.log('bundling with esbuild:'); + console.log('=======> ESBUILD'); console.log(transportOptions); process.chdir(transportOptions.cwd); console.log(`switched to ${process.cwd()}`);