Skip to content
New issue

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

Fix compiler error #3

Merged
merged 1 commit into from
Dec 21, 2020
Merged

Fix compiler error #3

merged 1 commit into from
Dec 21, 2020

Conversation

patrickpang
Copy link
Contributor

Hi, this PR is to fix the following compiler error:

 > node_modules/stream-chain/index.js: error: Cannot assign to "value" because it is a constant
    27 │       value = await value;
       ╵       ~~~~~
      node_modules/stream-chain/index.js: note: "value" was declared a constant here
    25 │     const value = data.value;
       ╵           ~~~~~

@patrickpang patrickpang changed the title Fix bug Fix compiler error Dec 20, 2020
@uhop uhop merged commit 90533a2 into uhop:master Dec 21, 2020
@uhop uhop self-assigned this Dec 21, 2020
@uhop uhop added the bug Something isn't working label Dec 21, 2020
@patrickpang patrickpang deleted the patch-1 branch December 22, 2020 12:13
@uhop
Copy link
Owner

uhop commented Dec 30, 2020

Published as 2.2.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants