diff options
Diffstat (limited to 'src/server/DashSession')
| -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")); | 
