SublimeLogMagic icon indicating copy to clipboard operation
SublimeLogMagic copied to clipboard

var = function(args) should log arguments

Open cmalard opened this issue 8 years ago • 1 comments

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)

cmalard avatar Jun 30 '17 00:06 cmalard

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

syko avatar Aug 03 '17 13:08 syko