提交 8154b723 编写于 作者: B Benjamin Pasero

files 💄

上级 cdebffc6
......@@ -892,7 +892,7 @@ export class FileService extends Disposable implements IFileService {
try {
await this.doWriteBuffer(provider, handle, chunk, chunk.byteLength, posInFile, 0);
} catch (error) {
reject(error);
return reject(error);
}
posInFile += chunk.byteLength;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册