mirror of
https://github.com/coder/code-server.git
synced 2026-05-06 20:41:59 +02:00
chore(vscode): update to 1.55.2
This commit is contained in:
@@ -46,7 +46,11 @@ export async function readFileIntoStream<T>(
|
||||
error = options.errorTransformer(error);
|
||||
}
|
||||
|
||||
target.end(error);
|
||||
if (typeof error !== 'undefined') {
|
||||
target.error(error);
|
||||
}
|
||||
|
||||
target.end();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user