I came across an issue wherein the plugin was trying to read the contents of a large .7z file (which is obviously not in the extension whitelist), hitting a limit in V8 itself, and stopping the plugin.
This is fixed by #54, simply by only reading the contents after checking the extension.
Description
I came across an issue wherein the plugin was trying to read the contents of a large .7z file (which is obviously not in the extension whitelist), hitting a limit in V8 itself, and stopping the plugin.
This is fixed by #54, simply by only reading the contents after checking the extension.