aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2020-01-09 20:45:27 -0500
committerSam Wilkins <samwilkins333@gmail.com>2020-01-09 20:45:27 -0500
commit89b323a3b369c32bbc55f59dcb1caaa12263e96f (patch)
tree6f41933a53ee761b3e20ba69e02ff89619390417 /src
parent908e179c0db5bac9b5a0a3e08b12e6cdcd9548a5 (diff)
finalized instructions
Diffstat (limited to 'src')
-rw-r--r--src/server/DashSession.ts2
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}\\'.`,