diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-10-28 00:57:25 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-10-28 00:57:25 +0530 |
commit | cd46479376dcc2ac9e6b81535802abffa537106d (patch) | |
tree | 02f0d5a65c39901cfd9aee169ae478067791df64 | |
parent | 3df5e8413db0e2c234e454574e8c98a8776bb7cd (diff) |
dummy change
-rw-r--r-- | src/server/DashSession/DashSessionAgent.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/DashSession/DashSessionAgent.ts b/src/server/DashSession/DashSessionAgent.ts index 03ba33fee..d2d8fd1e8 100644 --- a/src/server/DashSession/DashSessionAgent.ts +++ b/src/server/DashSession/DashSessionAgent.ts @@ -29,6 +29,7 @@ export class DashSessionAgent extends AppliedSessionAgent { * Installs event hooks, repl commands and additional IPC listeners. */ protected async initializeMonitor(monitor: Monitor): Promise<string> { + const sessionKey = Utils.GenerateGuid(); await this.dispatchSessionPassword(sessionKey); monitor.addReplCommand("pull", [], () => monitor.exec("git pull")); |