Make let/const consistent

This commit is contained in:
Isaac Khor 2018-01-09 17:33:52 +08:00
parent d2f4de962a
commit 1203dbd86b
No known key found for this signature in database
GPG key ID: D05A4A7EC9BCB5A9

View file

@ -150,7 +150,7 @@ clInput.addEventListener("keydown", function (keyevent) {
clInput.addEventListener("input", () => {
const exstr = clInput.value
let expandedCmd = aliases.expandExstr(exstr)
const expandedCmd = aliases.expandExstr(exstr)
// Fire each completion and add a callback to resize area
logger.debug(activeCompletions)