From 79e36d907e33d08b2cabe7d5e242a377b40ee666 Mon Sep 17 00:00:00 2001 From: AyushNautiyalDeveloper Date: Tue, 16 Jan 2024 22:28:30 +0530 Subject: [PATCH] fixed the lint issue. --- src/commands/new/glee.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/new/glee.ts b/src/commands/new/glee.ts index 1d42e2da231..4f4e6b648f9 100644 --- a/src/commands/new/glee.ts +++ b/src/commands/new/glee.ts @@ -142,7 +142,8 @@ export default class NewGlee extends Command { this.error(`Unable to create the project. We tried to create the "${PROJECT_DIRECTORY}" directory but the operation requires elevated privileges. Please check the privileges for your current user.`); break; default: - this.error(`Unable to create the project. Please check the following message for further info about the error:\n\n${err}`);} + this.error(`Unable to create the project. Please check the following message for further info about the error:\n\n${err}`); + } } try {