Skip to content

Commit 89a6e9f

Browse files
committed
updated message
1 parent da9b691 commit 89a6e9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/ts/test/test-logic.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,11 @@ export function restart(options = {} as RestartOptions): void {
405405
} else if (Config.quickRestart === "esc") {
406406
message = "Press shift + escape or use your mouse to confirm.";
407407
}
408-
Notifications.add("Quick restart disabled. " + message, 0, 3);
408+
Notifications.add(
409+
`Quick restart disabled in long tests. ${message}`,
410+
0,
411+
3
412+
);
409413
return;
410414
}
411415
// }else{

0 commit comments

Comments
 (0)