mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-22 10:12:30 +01:00
cat now accepts newline
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -42,7 +42,7 @@ export function AlertManager(): React.ReactElement {
|
|||||||
<>
|
<>
|
||||||
{alerts.length > 0 && (
|
{alerts.length > 0 && (
|
||||||
<Modal open={true} onClose={close}>
|
<Modal open={true} onClose={close}>
|
||||||
<Box>
|
<Box overflow="scroll" sx={{ overflowWrap: "break-word", whiteSpace: "pre-line" }}>
|
||||||
<Typography>{alerts[0].text}</Typography>
|
<Typography>{alerts[0].text}</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
Reference in New Issue
Block a user