File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ function logEvent(entries) {
70
70
eventLogSize *= 2 ;
71
71
if ( eventLogSize > MAX_EVENT_LOG_SIZE ) {
72
72
console . error (
73
- "Scheduler Profiling: Event log exceeded maxinum size. Don't " +
73
+ "Scheduler Profiling: Event log exceeded maximum size. Don't " +
74
74
'forget to call `stopLoggingProfilingEvents()`.' ,
75
75
) ;
76
76
stopLoggingProfilingEvents ( ) ;
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ Task 2 [Normal] │ ░░░░░░░░🡐 canceled
518
518
519
519
expect ( console . error ) . toHaveBeenCalledTimes ( 1 ) ;
520
520
expect ( console . error . calls . argsFor ( 0 ) [ 0 ] ) . toBe (
521
- "Scheduler Profiling: Event log exceeded maxinum size. Don't forget " +
521
+ "Scheduler Profiling: Event log exceeded maximum size. Don't forget " +
522
522
'to call `stopLoggingProfilingEvents()`.' ,
523
523
) ;
524
524
You can’t perform that action at this time.
0 commit comments