vishysank / console-log-atom

A console.log generator for atom editor
MIT License
21 stars 2 forks source link

"Condition passed" when variable ends with "if" #11

Closed jlucio-key closed 8 years ago

jlucio-key commented 8 years ago

Given:

const sif = noiShared.get('sif');

Highlight the const sif and ctrl + l

Produces:

console.log('sif', sif);
const sif = noiShared.ge
console.log('CONDITION PASSED');t('sif');
vishysank commented 8 years ago

interesting, that is a bug, i shall look to fix it.

vishysank commented 8 years ago

@jlucio-key as of v 1.6.3, i believe this bug has been fixed. Please let me know if you see a reoccurence or further issues.

miahal7 commented 7 years ago

Just updated and it looks good, thanks!