From bd6a412bf8eedccf4598fd3015d374fde505d1a3 Mon Sep 17 00:00:00 2001 From: Habeeb Ibrahim Date: Sun, 6 Apr 2025 12:40:29 +0100 Subject: [PATCH 1/2] olufsen --- .vscode/tasks.json | 30 +++++++++++++++++------------- .vscode/tasks.json.old | 27 +++++++++++++++++++++++++++ src/app.ts | 2 +- 3 files changed, 45 insertions(+), 14 deletions(-) create mode 100644 .vscode/tasks.json.old diff --git a/.vscode/tasks.json b/.vscode/tasks.json index db09c576..3276b40d 100755 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,27 +1,31 @@ { - "version": "0.1.0", + "version": "2.0.0", "command": "npm", - "isShellCommand": true, - "suppressTaskName": true, "tasks": [ { - // Build task, Cmd+Shift+B - // "npm run build" - "taskName": "build", - "isBuildCommand": true, + "label": "build", + "type": "shell", "args": [ "run", "build" - ] + ], + "problemMatcher": [], + "group": { + "_id": "build", + "isDefault": false + } }, { - // Test task, Cmd+Shift+T - // "npm test" - "taskName": "test", - "isTestCommand": true, + "label": "test", + "type": "shell", "args": [ "test" - ] + ], + "problemMatcher": [], + "group": { + "_id": "test", + "isDefault": false + } } ] } diff --git a/.vscode/tasks.json.old b/.vscode/tasks.json.old new file mode 100644 index 00000000..db09c576 --- /dev/null +++ b/.vscode/tasks.json.old @@ -0,0 +1,27 @@ +{ + "version": "0.1.0", + "command": "npm", + "isShellCommand": true, + "suppressTaskName": true, + "tasks": [ + { + // Build task, Cmd+Shift+B + // "npm run build" + "taskName": "build", + "isBuildCommand": true, + "args": [ + "run", + "build" + ] + }, + { + // Test task, Cmd+Shift+T + // "npm test" + "taskName": "test", + "isTestCommand": true, + "args": [ + "test" + ] + } + ] +} diff --git a/src/app.ts b/src/app.ts index 78503ca4..3b273ee2 100644 --- a/src/app.ts +++ b/src/app.ts @@ -44,4 +44,4 @@ bootstrapMicroframework({ ], }) .then(() => banner(log)) - .catch(error => log.error('Application is crashed: ' + error)); + .catch(error => log.error('Application is crashed kindly contact admin: ' + error)); From dbab0288088fc08f4b98400d8231191f7961d23d Mon Sep 17 00:00:00 2001 From: Habeeb Ibrahim Date: Sun, 6 Apr 2025 12:46:11 +0100 Subject: [PATCH 2/2] partlysunny --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 3b273ee2..249d5ac5 100644 --- a/src/app.ts +++ b/src/app.ts @@ -44,4 +44,4 @@ bootstrapMicroframework({ ], }) .then(() => banner(log)) - .catch(error => log.error('Application is crashed kindly contact admin: ' + error)); + .catch(error => log.error('Application is crashed kindly contacts admin: ' + error));