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