Comparing version 1.10.2 to 1.10.3
@@ -182,2 +182,3 @@ 'use strict'; | ||
if (os.platform() === 'linux') { | ||
if (!fs.existsSync('/proc/sys/kernel/core_pattern')) { return; } | ||
var patt = fs.readFileSync('/proc/sys/kernel/core_pattern', 'utf8').trim().split(' ')[0]; | ||
@@ -184,0 +185,0 @@ if (patt.indexOf('%') > 0) { |
{ | ||
"name": "agentx", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"description": "agentx is powered by alinode", | ||
@@ -5,0 +5,0 @@ "scripts": { |
62825
2048