Review of "Screenshot Tool" version 57

Details Page Preview

Conveniently create, copy, store and upload screenshots. Please log out and log in again after updating.

Extension Homepage
https://github.com/OttoAllmendinger/gnome-shell-screenshot/

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

andyholmes rejected
You can't throw an Error inside a Promise, unless you plan on wrapping it in a `try..catch`. You should instead call `reject(new Error('message'));`. Please fix this in the function `spawnAsync()` so your extension can be approved.
oal posted a review
Interesting, I assumed an exception would be translated into a `reject()` call https://stackoverflow.com/a/33912352 I'll fix it to be on the safe side
andyholmes posted a review
Looks like you are right. I was confusing this situation with nested closures, sorry! I'll approve your latest submission.