Skip to content

Commit

Permalink
Build tools: added error match for Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
noseglid committed Mar 5, 2015
1 parent ca9dbe6 commit 776da21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tools/Cargo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports.settings = function (path) {
return {
exec: 'cargo',
args: [ 'build' ],
sh: false
sh: false,
errorMatch: '^(?<file>[^\\.]+.rs):(?<line>\\d+):(?<col>\\d+):'
};
};

0 comments on commit 776da21

Please sign in to comment.