Skip to content
This repository has been archived by the owner on Apr 27, 2018. It is now read-only.

logger.info() is required #1

Open
zimag opened this issue Jan 27, 2017 · 1 comment
Open

logger.info() is required #1

zimag opened this issue Jan 27, 2017 · 1 comment

Comments

@zimag
Copy link

zimag commented Jan 27, 2017

Hi,

Thanks for the great module!

I am using it in my PS extension, but noticed that after a while, it throws an error:
Uncaught TypeError: Cannot read property 'info' of undefined

If we don't feed the createClient method with a dummy logger.
photoshopConnection.createClient( options, null, { info: function(){} } )

Must be some buffer overflow. I think if it's reached a limit, it tries to log i'ts buffer.

Oliver

@zimag
Copy link
Author

zimag commented Jan 27, 2017

Still bugged. Seems like it Your code accepts only options parameter. I will try to inject logger() from outside.

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

No branches or pull requests

1 participant