Skip to content

Commit bd043f8

Browse files
committed
fix lint
1 parent cdeffb3 commit bd043f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/debug/ProfilingPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function createTrace(outputPath) {
121121
trace,
122122
counter,
123123
profiler,
124-
end: (callback) => fsStream.end(callback)
124+
end: callback => fsStream.end(callback)
125125
};
126126
}
127127

0 commit comments

Comments
 (0)