mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Missed file.
This commit is contained in:
parent
83d9fd8730
commit
81adfff2e4
@ -68,7 +68,9 @@ export default function Tape(io) {
|
||||
}
|
||||
}
|
||||
io.setTape(buf);
|
||||
done();
|
||||
if (done) {
|
||||
done();
|
||||
}
|
||||
});
|
||||
};
|
||||
fileReader.readAsArrayBuffer(file);
|
||||
|
Loading…
Reference in New Issue
Block a user