We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduction:
export default function () { const defaultOptions = { mode: 5, fast: true, }; const playerOptions = { fast: false, }; const finalOptions = { ...defaultOptions, ...playerOptions }; return finalOptions; }
yields a cryptic error seemingly related to proxy-polyfill.
proxy-polyfill
Used to work fine around ~0.19.x if I remember correctly.
0.19.x
The text was updated successfully, but these errors were encountered:
Actually, seems to be an issue resolving the location of the file, maybe because of the use of src in both my HSE and the proxy-polyfill package?
src
It's trying to look in:
/home/<removed>/hackmud-scripts/src/home/<removed>/hackmud-scripts/node_modules/<pnpm stuff>/proxy-polyfill/src/proxy.js
which doesn't make any sense (my entire home directory structure down to the project is repeated).
Sorry, something went wrong.
how strange, it only happens when specifying --root-folder-path and the last working version was v0.20.4 and it broke in v0.21.0
--root-folder-path
I've made a change, please could you check if this issue is fixed in the latest @dev release, thanks
@dev
Both instances where I was encountering it are fixed on @dev.
No branches or pull requests
Reproduction:
yields a cryptic error seemingly related to
proxy-polyfill
.Used to work fine around ~
0.19.x
if I remember correctly.The text was updated successfully, but these errors were encountered: