From de9ed15286127f3755168afd2ca6dc61cb1de54a Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Mon, 13 Jun 2022 20:51:44 +0500 Subject: [PATCH] chore: update error message when stored program not found --- api/src/controllers/internal/Execution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/controllers/internal/Execution.ts b/api/src/controllers/internal/Execution.ts index dff5efc..0391f7f 100644 --- a/api/src/controllers/internal/Execution.ts +++ b/api/src/controllers/internal/Execution.ts @@ -79,7 +79,7 @@ export class ExecutionController { } } } - throw `The Stored Program at "${programPath}" does not exist, or you do not have permission to view it.` + throw `ExecutionController: The Stored Program at "${programPath}" does not exist, or you do not have permission to view it.` } async executeProgram(