Skip to content

Commit

Permalink
fixed the lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushNautiyalDeveloper committed Jan 16, 2024
1 parent 4db28fd commit 79e36d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/new/glee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 79e36d9

Please sign in to comment.