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

AssertionError in flow/flow_lib/node.js is missing assert.fail([message]) #6799

Open
farzonl opened this issue Aug 27, 2018 · 0 comments · May be fixed by #7915
Open

AssertionError in flow/flow_lib/node.js is missing assert.fail([message]) #6799

farzonl opened this issue Aug 27, 2018 · 0 comments · May be fixed by #7915
Labels
Accepting PRs Library definitions Issues or pull requests about core library definitions node

Comments

@farzonl
Copy link
Contributor

farzonl commented Aug 27, 2018

assert.fail([message]) is missing, but the deprecated
assert.fail(actual, expected[, message[, operator[, stackStartFn]]]) syntax exists. So my correct use of the function is being flagged by the flow type checker.

@goodmind goodmind added Library definitions Issues or pull requests about core library definitions Accepting PRs labels May 24, 2019
@goodmind goodmind added the node label Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepting PRs Library definitions Issues or pull requests about core library definitions node
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants