logagent-js
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -342,4 +342,4 @@ #!/bin/sh | ||
return tail | ||
} catch (ex) { | ||
console.log('ERROR tailing file '+file+': ', error.Error || error) | ||
} catch (error) { | ||
console.log('ERROR tailing file '+file+': ', error.Error || error) | ||
return null | ||
@@ -346,0 +346,0 @@ } |
{ | ||
"name": "logagent-js", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Smart log parser written in Node", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
1101809