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

Wrong status in callback #8

Open
Akiyamka opened this issue Sep 16, 2017 · 0 comments
Open

Wrong status in callback #8

Akiyamka opened this issue Sep 16, 2017 · 0 comments

Comments

@Akiyamka
Copy link

OS: Windows 10 x64
Node: 7.9.0

webp.cwebp(inputFile, outputFile, '-q 80', function(status) {
    return status
    });

According to the documentation status must be '100' or '101'

  if exicuted successfully status will be '100'
  if exicuted unsuccessfully status will be '101'

but i have:

'100
Converted Successfully'
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

1 participant