Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

var = function(args) should log arguments #13

Open
cmalard opened this issue Jun 30, 2017 · 1 comment
Open

var = function(args) should log arguments #13

cmalard opened this issue Jun 30, 2017 · 1 comment

Comments

@cmalard
Copy link

cmalard commented Jun 30, 2017

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 cmalard changed the title Log up should log all arguments Var + function should also log arguments Jun 30, 2017
@cmalard cmalard changed the title Var + function should also log arguments Var + function should log arguments Jun 30, 2017
@cmalard cmalard changed the title Var + function should log arguments var = function(arg) should log arguments Jun 30, 2017
@cmalard cmalard changed the title var = function(arg) should log arguments var = function(args) should log arguments Jun 30, 2017
@syko
Copy link
Owner

syko commented Aug 3, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants