Fixed populateOption overflows

This commit is contained in:
n1474335 2018-10-12 10:42:03 +00:00
parent 6cc6230b91
commit aaf0a91975
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
*/
import Operation from "../Operation";
import bzip2 from "../vendor/bzip2.js";
import bzip2 from "../vendor/bzip2";
import OperationError from "../errors/OperationError";
/**