From 89b323a3b369c32bbc55f59dcb1caaa12263e96f Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Thu, 9 Jan 2020 20:45:27 -0500 Subject: finalized instructions --- src/server/DashSession.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}\\'.`, -- cgit v1.2.3-70-g09d2