syko / SublimeLogMagic

Javascript console.log statements at the tip of your fingers
25 stars 5 forks source link

Syntax error with object in object #9

Closed cmalard closed 7 years ago

cmalard commented 7 years ago

Hello there,

First off, thanks a lot for this plugin, it is so useful ! :smiley:

Got a bug with this line:

    $ctrl.onUpdate({ $event: { dates: event.dates } });
    console.log('$ctrl.onUpdate', 'dates: event.dates:', dates: event.dates)

It should generate:

    console.log('$ctrl.onUpdate', 'event.dates:', event.dates)
syko commented 7 years ago

Thanks,

I'll take a look :+1: