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