bunyan-elasticsearch
bunyan-elasticsearch copied to clipboard
TypeError: Cannot set property closed of #<Writable> which has only a getter
I got this error while trying to run this package in newly cloned repository (worked before).
I fixed this by renaming this.closed to this.closedStream not sure if I should open pull request, as I am not sure if the problem is only on my system