From efbffc0d21548c2c257d36c5d0ed5e5392a4dc52 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml Date: Mon, 30 Oct 2023 13:33:42 +0100 Subject: [PATCH] Missing semicolon Signed-off-by: Martin Zeithaml --- bin/commands/install/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/commands/install/index.ts b/bin/commands/install/index.ts index a467510cbf..f05d127ad5 100644 --- a/bin/commands/install/index.ts +++ b/bin/commands/install/index.ts @@ -10,7 +10,7 @@ */ import * as std from 'cm_std'; -import * as os from 'cm_os' +import * as os from 'cm_os'; import * as common from '../../libs/common'; import * as fs from '../../libs/fs'; import * as zosdataset from '../../libs/zos-dataset'; @@ -92,7 +92,7 @@ export function execute(prefix: string) { common.printErrorAndExit("Error ZWEL0111E: Command aborts with error.", undefined, 111); } } - }; + } common.printMessage('');