Update
This commit is contained in:
parent
e4687f27f9
commit
5e22f4ea25
|
|
@ -572,7 +572,7 @@ export default class LineConnection {
|
|||
// }
|
||||
|
||||
if (typeof step.send !== 'undefined') {
|
||||
console.log(Date.now() - now, (step?.send ?? '[ENTER]').toString())
|
||||
// console.log(Date.now() - now, (step?.send ?? '[ENTER]').toString())
|
||||
this.outputScenario += `\n---send-command---"${(step?.send ?? '[ENTER]').toString().replace(/\r/g, '\\r').replace(/\n/g, '\\n')}"---${now}---\n`
|
||||
appendLog(
|
||||
`\n---send-command---"${(step?.send ?? '[ENTER]').toString().replace(/\r/g, '\\r').replace(/\n/g, '\\n')}"---${now}---\n`,
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ const ModalSelectIOS = ({
|
|||
close: () => void;
|
||||
line: TLine | undefined;
|
||||
}) => {
|
||||
const [isReboot, setIsReboot] = useState<boolean>(false);
|
||||
const [isReboot, setIsReboot] = useState<boolean>(true);
|
||||
const [inputSearch, setInputSearch] = useState<string>("");
|
||||
|
||||
const filterIos = (type: string = "") => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue