This commit is contained in:
nguyentrungthat 2025-12-31 16:48:37 +07:00
parent e4687f27f9
commit 5e22f4ea25
2 changed files with 2 additions and 2 deletions

View File

@ -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`,

View File

@ -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 = "") => {