SublimeLogMagic
SublimeLogMagic copied to clipboard
var = function(args) should log arguments
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)
Thanks for both of the reports! I will try to get to them at some point 👀