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

Object Constructor Factory Fails in Atom #47

Open
KonVas opened this issue May 16, 2022 · 0 comments
Open

Object Constructor Factory Fails in Atom #47

KonVas opened this issue May 16, 2022 · 0 comments

Comments

@KonVas
Copy link

KonVas commented May 16, 2022

Hey, I noticed this strange issue when working in atom and hydra, when I try to add something like this

function Performer(id, address, val) {
  this.id = id;
  this.address = address;
  this.val = val;
}

It is not evaluated, thus cannot be found by the rest of the program. However, evaluated in terminal window of hydra seems to be okay... is it something known, basically, isn't possible to add objects in this way in atom?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant