mirror of
https://github.com/sasjs/server.git
synced 2026-01-18 19:30:06 +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(
|
async executeProgram(
|
||||||
|
|||||||
Reference in New Issue
Block a user