Skip to content

Commit 1678491

Browse files
committed
Update name to MSCA CLI
1 parent 3b51f28 commit 1678491

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/msca-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class MscaClient {
115115
}
116116
}
117117
if (!success) {
118-
throw `Guardian exited with an error exit code: ${exitCode}`;
118+
throw `MSCA CLI exited with an error exit code: ${exitCode}`;
119119
}
120120
}
121121
catch (error) {

src/msca-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class MscaClient {
122122
}
123123

124124
if (!success) {
125-
throw `Guardian exited with an error exit code: ${exitCode}`;
125+
throw `MSCA CLI exited with an error exit code: ${exitCode}`;
126126
}
127127
} catch (error) {
128128
error(error);

0 commit comments

Comments
 (0)