Missed file.

This commit is contained in:
Will Scullin 2019-04-06 12:30:50 -07:00
parent 83d9fd8730
commit 81adfff2e4
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B

View File

@ -68,7 +68,9 @@ export default function Tape(io) {
}
}
io.setTape(buf);
done();
if (done) {
done();
}
});
};
fileReader.readAsArrayBuffer(file);