mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Fix inconsistent formatting.
This commit is contained in:
@@ -66,12 +66,12 @@ Log.prototype.fatal = function() {
|
||||
|
||||
Log.prototype._entry = function(priority, args) {
|
||||
return new Log.Entry(
|
||||
Date.now()
|
||||
, priority
|
||||
, this.tag
|
||||
, process.pid
|
||||
, this.localIdentifier || Logger.globalIdentifier
|
||||
, util.format.apply(util, args)
|
||||
Date.now()
|
||||
, priority
|
||||
, this.tag
|
||||
, process.pid
|
||||
, this.localIdentifier || Logger.globalIdentifier
|
||||
, util.format.apply(util, args)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user