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) {
7070 eventLogSize *= 2 ;
7171 if ( eventLogSize > MAX_EVENT_LOG_SIZE ) {
7272 console . error (
73- "Scheduler Profiling: Event log exceeded maxinum size. Don't " +
73+ "Scheduler Profiling: Event log exceeded maximum size. Don't " +
7474 'forget to call `stopLoggingProfilingEvents()`.' ,
7575 ) ;
7676 stopLoggingProfilingEvents ( ) ;
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ Task 2 [Normal] │ ░░░░░░░░🡐 canceled
518518
519519 expect ( console . error ) . toHaveBeenCalledTimes ( 1 ) ;
520520 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 " +
522522 'to call `stopLoggingProfilingEvents()`.' ,
523523 ) ;
524524
You can’t perform that action at this time.
0 commit comments