Do not read err.message when creating object url
This commit is contained in:
parent
5f8266e1cb
commit
ef03bf9aa1
@ -10,7 +10,7 @@ function safeCreateObjectURL (stream) {
|
||||
try {
|
||||
return createObjectURL(stream)
|
||||
} catch (err) {
|
||||
debug('Error using createObjectURL: %s', err.message)
|
||||
debug('Error using createObjectURL: %s', err)
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user