fix(FileTree): correctly sort file tree (#36)

This commit is contained in:
Dominic Elm
2024-08-14 14:27:41 +02:00
committed by GitHub
parent d5a29c2427
commit fb2d957351
2 changed files with 79 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ export class ActionRunner {
return this.#executeAction(actionId);
})
.catch((error) => {
console.error('Action execution failed:', error);
console.error('Action failed:', error);
});
}