Chakroun-Anas / turbo-console-log

591 stars 141 forks source link

Issue with multiline ternaries #127

Open bartlewis opened 3 years ago

bartlewis commented 3 years ago
const foo = 1 + 1 === 2
console.log('🚀 ~ foo', foo);
    ? 'bar'
    : 'baz';