From fe4ee295249162f3a4d3e00fb072524c9be4ffb4 Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Tue, 3 Oct 2017 13:22:48 -0700 Subject: [PATCH] Fix location of generateLocalizedDiagnosticMessages.js --- Gulpfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.ts b/Gulpfile.ts index 1b82d24bcf8d2..5384bf3756663 100644 --- a/Gulpfile.ts +++ b/Gulpfile.ts @@ -394,7 +394,7 @@ gulp.task(generateLocalizedDiagnosticMessagesJs, /*help*/ false, [], () => { .pipe(sourcemaps.init()) .pipe(tsc(settings)) .pipe(sourcemaps.write(".")) - .pipe(gulp.dest(".")); + .pipe(gulp.dest(scriptsDirectory)); }); // Localize diagnostics