mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix console error when there is an error on the append file
This commit is contained in:
parent
74b3bd0135
commit
4884d60337
@ -211,7 +211,7 @@
|
||||
file.appendTo($embed.get(0), function (err) {
|
||||
if (err) {
|
||||
alert('Cannot append the file.')
|
||||
console.err(err)
|
||||
console.error(err)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user