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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user