You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue 1: The header-generator dependency uses __dirname to get the built-in zip configuration file at initialization time, but asar doesn't seem to support reading it.
Is it possible to optimize the configuration to handle this issue rather than modifying the source code yourself?
Issue 2: cloneResponse instantiating PassThrough does not seem to have autoDestroy: false configured, a similar configuration exists in fixDecompress.
The text was updated successfully, but these errors were encountered:
Issue 1: The header-generator dependency uses __dirname to get the built-in zip configuration file at initialization time, but asar doesn't seem to support reading it.
Is it possible to optimize the configuration to handle this issue rather than modifying the source code yourself?
Issue 2: cloneResponse instantiating PassThrough does not seem to have autoDestroy: false configured, a similar configuration exists in fixDecompress.
The text was updated successfully, but these errors were encountered: