1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore: update error message when stored program not found

This commit is contained in:
2022-06-13 20:51:44 +05:00
parent 325285f447
commit de9ed15286

View File

@@ -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(