Synced with Agent Repo

1. Capped smbios to 64k
2. Removed commented out code from win-console.js
3. Updated win-terminal to check for null before pushing
This commit is contained in:
Bryan Roe
2020-04-06 17:21:19 -07:00
parent b6f9a422d7
commit b93ba8ccdd
3 changed files with 28 additions and 17 deletions

View File

@@ -145,7 +145,6 @@ function WindowsConsole()
this.TrayIcon.remove();
handled = true;
}
//if (!handled) { console.log(msg); }
}
});
retVal.remove = function remove()