* Add another year est regex

* Add queue file support
This commit is contained in:
Bryan Ashby 2016-10-14 21:57:02 -06:00
parent 1ef546d569
commit 712cf512f0
4 changed files with 33 additions and 19 deletions

View file

@ -19,4 +19,4 @@ exports.CRC32 = class CRC32 {
finalize() {
return (this.crc ^ (-1)) >>> 0;
}
}
};