@ -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
@ -30,7 +30,7 @@ function filterByAge(file, ageCutOff_Seconds) {
outcome: false,
note: `library.filters.filterByAge error: ${err.stack} \\n`
note: `library.filters.filterByAge error: ${err} \\n`
@ -50,7 +50,7 @@ function filterByCodec(file, mode, codecs) {
note: `library.filters.filterByCodec error: ${err.stack} \\n`
note: `library.filters.filterByCodec error: ${err} \\n`
@ -24,7 +24,7 @@ function filterByMedium(file, medium) {
note: `library.filters.filterByMedium error: ${err.stack} \\n`
note: `library.filters.filterByMedium error: ${err} \\n`
@ -48,7 +48,7 @@ function filterByResolution(file, mode, resolution) {
note: `library.filters.filterByResolution error: ${err.stack} \\n`
note: `library.filters.filterByResolution error: ${err} \\n`
@ -25,7 +25,7 @@ function filterBySize(file, lowerBound, upperBound) {
note: `library.filters.filterBySize error: ${err.stack} \\n`
note: `library.filters.filterBySize error: ${err} \\n`