mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Fix 'unkown' typos (#76297)
Because of this typo, the same localization string was duplicated: * 'unkownProblemMatcher' referenced in processTaskSystem.ts * 'unknownProblemMatcher' referenced in terminalTaskSystem.ts
This commit is contained in:
committed by
Alex Ross
parent
39292af2b5
commit
59963fc1c0
@@ -81,7 +81,7 @@ export class CLIServer {
|
||||
break;
|
||||
default:
|
||||
res.writeHead(404);
|
||||
res.write(`Unkown message type: ${data.type}`, err => {
|
||||
res.write(`Unknown message type: ${data.type}`, err => {
|
||||
if (err) {
|
||||
console.error(err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user