提交 bb6f5387 编写于 作者: J Johannes Rieken

make sure to start writing at 0 #66759

上级 f9d0c4b2
......@@ -43,7 +43,7 @@ function createSimpleWritable(provider: IFileSystemProvider, resource: URI, opts
function createWritable(provider: IFileSystemProvider, resource: URI, opts: FileWriteOptions): Writable {
return new class extends Writable {
_fd: number;
_pos: number;
_pos: number = 0;
constructor(opts?) {
super(opts);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册