jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.74k stars 668 forks source link

Syncs debug logs #68

Open gangstertim opened 7 years ago

gangstertim commented 7 years ago

If the debug option is set to true, a number of log statements are logged when frame processing starts and finished. Those two log statements were out of sync, though—one was 0 indexed, the other was not. This PR syncs them so both are 1-indexed: