This commit is contained in:
HaveAGitGat 2019-11-30 20:29:40 +00:00
parent d99c811d64
commit 32d6e21b6c
6 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@ function remuxContainer(file, container) {
} catch (err) {
var response = {
processFile: false,
note:`library.actions.remuxContainer error: ${err.stack} \\n`
note:`library.actions.remuxContainer error: ${err} \\n`
}
return response
}