Skip to content

Commit c32a0fc

Browse files
committed
Merge remote-tracking branch 'origin/feat/utils/profiler-perf-buffer' into feat/utils/profiler-perf-buffer
2 parents 2ed9b1b + 2088927 commit c32a0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ export class NodejsProfiler<
421421
return this.#state === 'running';
422422
}
423423

424-
/** Enables profiling (start/stop)*/
424+
/** Enables profiling (start/stop) */
425425
override setEnabled(enabled: boolean): void {
426426
if (enabled) {
427427
this.#transition('running');

0 commit comments

Comments
 (0)