Skip to content

Commit beeb439

Browse files
committed
fix lint issue with max line
1 parent 2cbc79a commit beeb439

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/internal/util/trace_timer.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,15 @@ function timeEnd(timesStore, traceCategory, implementation, logImpl, logLabel =
154154
* @param {any[]} args
155155
* @returns {void}
156156
*/
157-
function timeLog(timesStore, traceCategory, implementation, logImpl, logLabel = 'default', traceLabel = undefined, args) {
157+
function timeLog(
158+
timesStore,
159+
traceCategory,
160+
implementation,
161+
logImpl,
162+
logLabel = 'default',
163+
traceLabel = undefined,
164+
args,
165+
) {
158166
// Coerces everything other than Symbol to a string
159167
logLabel = `${logLabel}`;
160168

0 commit comments

Comments
 (0)