diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-09 20:45:27 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-09 20:45:27 -0500 |
commit | 89b323a3b369c32bbc55f59dcb1caaa12263e96f (patch) | |
tree | 6f41933a53ee761b3e20ba69e02ff89619390417 /src | |
parent | 908e179c0db5bac9b5a0a3e08b12e6cdcd9548a5 (diff) |
finalized instructions
Diffstat (limited to 'src')
-rw-r--r-- | src/server/DashSession.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/DashSession.ts b/src/server/DashSession.ts index bc561fd37..12f926572 100644 --- a/src/server/DashSession.ts +++ b/src/server/DashSession.ts @@ -91,7 +91,7 @@ export class DashSessionAgent extends Session.AppliedSessionAgent { zip.pipe(output); zip.directory(`${backupsDirectory}/${target}/Dash`, false); await zip.finalize(); - monitor.mainLog(`zip finalized with size ${statSync(zipPath).size}, saved to ${zipPath}`); + monitor.mainLog(`zip finalized with size ${statSync(zipPath).size} bytes, saved to ${zipPath}`); const instructions = [ `Instructions:\n\nDownload this attachment, open your downloads folder and find this file (${zipName}).`, `Right click on the zip file and select 'Extract to ${target}\\'.`, |