syko / SublimeLogMagic

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

var = function(args) should log arguments #13

Open cmalard opened 7 years ago

cmalard commented 7 years ago

Hello there, another particular case:

console.log('myVar', myVar) /*expected:*/ console.log('myVar', myVar, 'myParam:', myParam)
var myVar = myFunc(myParam)
console.log('myVar', myVar) /*expected:*/ console.log('myVar', myVar, 'myParam:', myParam)
syko commented 7 years ago

Thanks for both of the reports! I will try to get to them at some point 👀