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
let
ba8a424 introduced the let keyword breaks our build:
<our-path>/node_modules/karma/node_modules/http-proxy/node_modules/follow-redirects/node_modules/debug/src/node.js:132 09:17:34,371 WARN - let val = process.env[key]; 09:17:34,371 WARN - ^^^ 09:17:34,371 WARN - 09:17:34,371 WARN - SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
The text was updated successfully, but these errors were encountered:
Duplicate of #603.
Please look at the issues tracker in the future.
Sorry, something went wrong.
No branches or pull requests
ba8a424 introduced the let keyword breaks our build:
The text was updated successfully, but these errors were encountered: