mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add comment to _intercepted() function of logging package.
This commit is contained in:
@@ -13,6 +13,8 @@ var interceptedLines = [];
|
||||
Log._intercept = function (count) {
|
||||
intercept += count;
|
||||
};
|
||||
|
||||
// Returns intercepted lines and resets the intercept counter.
|
||||
Log._intercepted = function () {
|
||||
var lines = interceptedLines;
|
||||
interceptedLines = [];
|
||||
|
||||
Reference in New Issue
Block a user