diff --git a/src/ui/React/LogBoxManager.tsx b/src/ui/React/LogBoxManager.tsx index f73c8225a..46f5c7de9 100644 --- a/src/ui/React/LogBoxManager.tsx +++ b/src/ui/React/LogBoxManager.tsx @@ -88,7 +88,7 @@ function LogWindow(props: IProps): React.ReactElement { } return ( - + - + {props.script.filename} {props.script.args.map((x: any): string => `${x}`).join(" ")}