Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido Lev authored and Ido Lev committed Sep 10, 2018
1 parent 185227d commit 2862176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/execute.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const execSync = require('child_process').execSync;
module.exports = command => {
return new Promise((resolve, reject) => {
try {
let test = command.toLowerCase();
const result = execSync(command);
resolve(result.toString());
} catch (error) {
Expand Down

0 comments on commit 2862176

Please sign in to comment.