Skip to content

Commit

Permalink
Merge pull request #1 from sevastos/master
Browse files Browse the repository at this point in the history
Line can return the raw contents
  • Loading branch information
nathanpeck committed Oct 8, 2014
2 parents 241522f + d5276e9 commit 8dc8e93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/clui.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,12 @@ var helpers = {
process.stdout.write(lineContent+"\n");
return self;
};

// Return the contents
this.contents = function () {
return lineContent;
};
}
};

module.exports = helpers;
module.exports = helpers;

0 comments on commit 8dc8e93

Please sign in to comment.