Skip to content

Commit 711886e

Browse files
author
Paul van Brenk
committed
update LKG
1 parent c3a9390 commit 711886e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42361,7 +42361,7 @@ var ts;
4236142361
return {
4236242362
options: configFile.options,
4236342363
files: configFile.fileNames,
42364-
errors: [realizeDiagnostics(configFile.errors, '\r\n')]
42364+
errors: realizeDiagnostics(configFile.errors, '\r\n')
4236542365
};
4236642366
});
4236742367
};

bin/typescriptServices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42361,7 +42361,7 @@ var ts;
4236142361
return {
4236242362
options: configFile.options,
4236342363
files: configFile.fileNames,
42364-
errors: [realizeDiagnostics(configFile.errors, '\r\n')]
42364+
errors: realizeDiagnostics(configFile.errors, '\r\n')
4236542365
};
4236642366
});
4236742367
};

0 commit comments

Comments
 (0)