Skip to content

Commit

Permalink
Merge pull request #26 from divdavem/moreInfo
Browse files Browse the repository at this point in the history
instrument now returns information about lines conditions and functions.
  • Loading branch information
piuccio committed Feb 25, 2014
2 parents 912108b + 6081738 commit 4584f81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/clientCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ var composeFile = function (fileName, allLines, allConditions, allFunctions, cod
submitData.toString(), ")();"
].join("") + "\n" + code,
highlightedCode : highlighted,
lines: allLines,
conditions: allConditions,
functions: allFunctions,
error : false
};
};
Expand Down

0 comments on commit 4584f81

Please sign in to comment.