Skip to content
Snippets Groups Projects
Commit 98b3caa6 authored by kelly.nguyen's avatar kelly.nguyen
Browse files

Update message error in AssignmentDeleteCommand.ts

parent fba05f1d
No related branches found
No related tags found
No related merge requests found
Pipeline #33694 failed
...@@ -33,7 +33,7 @@ class AssignmentDeleteCommand extends CommanderCommand { ...@@ -33,7 +33,7 @@ class AssignmentDeleteCommand extends CommanderCommand {
await DojoBackendManager.delAssignment(name); await DojoBackendManager.delAssignment(name);
spinner.succeed('Assignment deleted'); spinner.succeed('Assignment deleted');
} catch (error) { } catch (error) {
spinner.fail('Error while trying to deleting the assignment'); spinner.fail('Error while trying to delete the assignment');
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment