Skip to content

Commit d384a6a

Browse files
author
Andy
authored
Fix location of generateLocalizedDiagnosticMessages.js (microsoft#18923)
1 parent 1507547 commit d384a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gulpfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ gulp.task(generateLocalizedDiagnosticMessagesJs, /*help*/ false, [], () => {
394394
.pipe(sourcemaps.init())
395395
.pipe(tsc(settings))
396396
.pipe(sourcemaps.write("."))
397-
.pipe(gulp.dest("."));
397+
.pipe(gulp.dest(scriptsDirectory));
398398
});
399399

400400
// Localize diagnostics

0 commit comments

Comments
 (0)