mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Show audio error when loading tape.
This commit is contained in:
parent
8fc980c579
commit
05fcc60c2e
@ -71,6 +71,8 @@ export default function Tape(io) {
|
||||
if (done) {
|
||||
done();
|
||||
}
|
||||
}, function(error) {
|
||||
window.alert(error.message);
|
||||
});
|
||||
};
|
||||
fileReader.readAsArrayBuffer(file);
|
||||
|
Loading…
Reference in New Issue
Block a user