question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unknown: false == true

See original GitHub issue

Getting a weird error message: “unknown: false == true”

#/jZLC75XjGP/1

it works if I change the assert(1, 2, 3) to 1 && assert(1, 2, 3).

The plugin works on the command line (changing export default to module.exports =). Full repro.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
fklingcommented, Dec 8, 2016

Are you going to fix this on your side @hzoo or should we just always trim trailing whitespace from code?

0reactions
fklingcommented, Sep 25, 2019

I think this works now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

IS TRUE, IS FALSE, IS UNKNOWN Predicates
The IS Boolean operator behaves according to the following truth table: IS. TRUE. FALSE. UNKNOWN. True. True. False. False. False. False.
Read more >
Three-Valued Logic (3VL) — Purpose, Benefits ... - Modern SQL
SQL uses a three-valued logic: besides true and false, the result of logical expressions ... Unknown means “true or false, depending on the...
Read more >
Three-valued logic - Wikipedia
In logic, a three-valued logic is any of several many-valued logic systems in which there are three truth values indicating true, false and...
Read more >
How to determine if these are true, false, or unknown?
So, we have: (true or unknown) and (true or false). Next, you'll want to evaluate the or statements into a truth value ...
Read more >
Difference between FALSE and UNKNOWN
Although neither FALSE nor UNKNOWN returns values, there is an important logical ... FALSE and UNKNOWN, because the opposite of false (“not false”)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found