Tim Shnaider
Tim Shnaider
This means in on('entry') we have size info
Move the emit('entry') from just below unzip.js:111 where hasEntryListener is init to 166 below self._processDataDescriptor. That is when size data is available.
https://github.com/alexfernandez/loadtest/blob/a0f4b30a4d4d44a2699b9d50625ba727e85d277f/lib/pool.js#L75 ``` finishRequest(client, result, error) { if (this.options.statusCallback) { result.requestIndex = this.requestIndex++ result.instanceIndex = this.loadTest.instanceIndex this.options.statusCallback(error, result); ``` In my case 'error' is 'Connection error: connect ECONNREFUSED 127.0.0.1:3007', and result...
You can see this in your vscode like example https://shaddix.github.io/dnd-kit-sortable-tree/?path=/story/simple--vs-code-like