Skip to content

Fix `ligo publish` for big files

Melwyn Saldanha requested to merge melwyn95/fix/publish_big_files into dev

type:fixed

The pos parameter is not passed correctly to Unix.read fd buf pos len

The pos parameter is index of the buf to where the contents are to be read.

(I did not read the docs properly 😛, I though pos meant position in the file from which to read)


image

Changelog details:

Edited by Melwyn Saldanha

Merge request reports