Skip to content

Commit a88f9da

Browse files
Update packages/utils/src/lib/profiler/profiler.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 93e207a commit a88f9da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/utils/src/lib/profiler/profiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class Profiler<T extends Record<string, ActionTrackEntryPayload>> {
137137
* ]
138138
* });
139139
*/
140-
marker(name: string, opt?: EntryMeta & { color?: DevToolsColor }) {
140+
marker(name: string, opt?: EntryMeta & { color?: DevToolsColor }): void {
141141
if (!this.#enabled) {
142142
return;
143143
}

0 commit comments

Comments
 (0)