mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-23 22:33:57 +08:00
missing parameter
This commit is contained in:
parent
54a7fb1ead
commit
590a3a0776
1 changed files with 2 additions and 1 deletions
|
@ -410,7 +410,8 @@ export function restart(options = {} as RestartOptions): void {
|
|||
Config.mode,
|
||||
Config.words,
|
||||
Config.time,
|
||||
CustomText
|
||||
CustomText,
|
||||
CustomTextState.isCustomTextLong() ?? false
|
||||
)
|
||||
) {
|
||||
let message = "Use your mouse to confirm.";
|
||||
|
|
Loading…
Reference in a new issue