forked from seth/ipv4.army
lint fix
This commit is contained in:
parent
17467258fc
commit
52040aff08
2 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ export default () => {
|
||||||
),
|
),
|
||||||
"/tmp/discord-ipc": () => lanyardInstance,
|
"/tmp/discord-ipc": () => lanyardInstance,
|
||||||
"/tmp/heartrate": () => Hyperate(),
|
"/tmp/heartrate": () => Hyperate(),
|
||||||
};
|
};
|
||||||
|
|
||||||
const history: string[] = [];
|
const history: string[] = [];
|
||||||
let historyIndex = -1;
|
let historyIndex = -1;
|
||||||
|
@ -119,7 +119,7 @@ export default () => {
|
||||||
].join("\n");
|
].join("\n");
|
||||||
} else {
|
} else {
|
||||||
out = `bash: ${cmd}: command not found`;
|
out = `bash: ${cmd}: command not found`;
|
||||||
}
|
}
|
||||||
|
|
||||||
appendLine(out);
|
appendLine(out);
|
||||||
inputBox.value = "";
|
inputBox.value = "";
|
||||||
|
|
|
@ -48,7 +48,7 @@ export default () => {
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
2
|
2,
|
||||||
);
|
);
|
||||||
highlightElement(container.current);
|
highlightElement(container.current);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue