diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-12 02:20:06 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-12 02:20:06 -0500 |
commit | 03a5af39e1b9d710b2882669a027cfc5ca98ed9f (patch) | |
tree | 81682071bb22d9868c235356c88f46d52289d06d /src | |
parent | 22359fdcbd66184d3c44171149f9fa28cd58edfd (diff) |
small
Diffstat (limited to 'src')
-rw-r--r-- | src/server/DashSession/DashSessionAgent.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/DashSession/DashSessionAgent.ts b/src/server/DashSession/DashSessionAgent.ts index eab624d32..8aa84f1dd 100644 --- a/src/server/DashSession/DashSessionAgent.ts +++ b/src/server/DashSession/DashSessionAgent.ts @@ -9,7 +9,6 @@ import { readdirSync, statSync, createWriteStream, readFileSync, unlinkSync } fr import * as Archiver from "archiver"; import { resolve } from "path"; import { AppliedSessionAgent, MessageHandler, ExitHandler, Monitor, ServerWorker } from "resilient-server-session"; -import rimraf = require("rimraf"); /** * If we're the monitor (master) thread, we should launch the monitor logic for the session. |