mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
chore: bump node@14.x in devDependencies (#122905)
This commit is contained in:
@@ -23,7 +23,7 @@ export class LineDecoder {
|
||||
private stringDecoder: StringDecoder;
|
||||
private remaining: string | null;
|
||||
|
||||
constructor(encoding: string = 'utf8') {
|
||||
constructor(encoding: BufferEncoding = 'utf8') {
|
||||
this.stringDecoder = new StringDecoder(encoding);
|
||||
this.remaining = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user