From cab28e1d9eac9b24b8367e4a8a763083c7dd75ca Mon Sep 17 00:00:00 2001 From: Jon Edvald Date: Wed, 8 Aug 2018 20:51:52 +0200 Subject: [PATCH] chore: preserve log output in gulp watch --- garden-cli/gulpfile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/garden-cli/gulpfile.ts b/garden-cli/gulpfile.ts index 77925f609e..d46d2367fb 100644 --- a/garden-cli/gulpfile.ts +++ b/garden-cli/gulpfile.ts @@ -145,6 +145,7 @@ gulp.task("tsc-watch", () => "--declaration", "-p", tsConfigPath, "--outDir", destDir, + "--preserveWatchOutput", ], { stdio: "inherit" }, ),