diff --git a/lib/memory.js b/lib/memory.js index b035fd9..13f18d0 100644 --- a/lib/memory.js +++ b/lib/memory.js @@ -425,7 +425,7 @@ function memLayout(callback) { if (!result.length) { const lines = stdout.toString().split('\n'); const size = parseInt(util.getValue(lines, ' Memory:')); - const type = parseInt(util.getValue(lines, ' Type:'),); + const type = util.getValue(lines, ' Type:'); if (size && type) { result.push({ size,