We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6594bba commit dcb018fCopy full SHA for dcb018f
lib/platform-info.js
@@ -38,7 +38,7 @@ var utils = require('./utils');
38
var execP = Promise.denodeify(utils.execute);
39
40
function checkInstalledLinux(pkg) {
41
- return execP("dpkg", ["-s", pkg]).then(function(result) {
+ return execP("dpkg", ["-s", pkg]).then(function() {
42
return Promise.resolve();
43
}).catch(function() {
44
var msg = "missing package: " + pkg + ". Please install it";
0 commit comments