@agilecustoms/envctl 1.11.2 → 1.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -101,7 +101,7 @@ export class EnvApiClient {
|
|
|
101
101
|
}
|
|
102
102
|
catch (error) {
|
|
103
103
|
if (error instanceof NotFoundException) {
|
|
104
|
-
throw new KnownException(`
|
|
104
|
+
throw new KnownException(`No logs found for environment ${key}`);
|
|
105
105
|
}
|
|
106
106
|
throw error;
|
|
107
107
|
}
|