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

Result is not defined in nrc-parser-manager #203

Open
nishant-dani opened this issue Jun 23, 2019 · 1 comment
Open

Result is not defined in nrc-parser-manager #203

nishant-dani opened this issue Jun 23, 2019 · 1 comment

Comments

@nishant-dani
Copy link

In the file nrc-parser-manager ; while running jest I get the following error on line 21; result is not defined. There is no let or var declaration of result.

result = validateProperties(parser,["name:string","parse:function","isDefault:boolean"]);

@SaptatirthaChoudhury
Copy link

The variable declared the result on line no 21 is supposed to be const. I am sending PR please review it @nishant-dani

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

2 participants