Comparing version 0.2.0 to 0.2.1
@@ -147,3 +147,3 @@ var zlib = require('zlib'), | ||
fileinfo = message.stack.split('\n')[0]; | ||
fileinfo = fileinfo.substr(fileinfo.indexOf('('), fileinfo.indeOf(')')); | ||
fileinfo = fileinfo.substr(fileinfo.indexOf('('), fileinfo.indexOf(')')); | ||
fileinfo = fileinfo.split(':'); | ||
@@ -150,0 +150,0 @@ |
{ | ||
"name": "graylog2", | ||
"description": "Graylog2 client library for node.js", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Marc Trudel-Belise", | ||
@@ -6,0 +6,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
348687
19