Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return this._run(command, function (err, data) {
handler && handler(err, !err && ListLogSummary.parse(data, splitter, fields));
});
};