We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e5eaa commit 0c6a548Copy full SHA for 0c6a548
lib/util.js
@@ -12,6 +12,8 @@ exports.format = function(f) {
12
return objects.join(' ');
13
}
14
15
+ if (arguments.length === 1) return f;
16
+
17
var i = 1;
18
var args = arguments;
19
var len = args.length;
0 commit comments