Skip to content

Commit 1f88cd6

Browse files
committed
Change name of the output file
1 parent f573b10 commit 1f88cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ compileFile(servicesFileInBrowserTest, servicesSources,[builtLocalDirectory, cop
525525
var serverFile = path.join(builtLocalDirectory, "tsserver.js");
526526
compileFile(serverFile, serverSources,[builtLocalDirectory, copyright].concat(serverSources), /*prefixes*/ [copyright], /*useBuiltCompiler*/ true);
527527

528-
var tsserverLibraryFile = path.join(builtLocalDirectory, "tslssl.js");
528+
var tsserverLibraryFile = path.join(builtLocalDirectory, "tsserverlibrary.js");
529529
compileFile(
530530
tsserverLibraryFile,
531531
languageServiceLibrarySources,

0 commit comments

Comments
 (0)