Skip to content

Commit

Permalink
FLUID-5932: Added error information
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Aug 24, 2016
1 parent 03be4a6 commit b458c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Expand Up @@ -21,6 +21,8 @@ var getFromExec = function (command) {
try {
result = execSync(command);
} catch (e) {
console.log("Error executing command: " + command);
console.log(e.stack);
result = "unknown\n";
}
return result;
Expand Down

0 comments on commit b458c4b

Please sign in to comment.