Skip to content

Commit 264bfd9

Browse files
committed
string change
1 parent 505ad34 commit 264bfd9

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/codewhisperer/models

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/models/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class InvalidSourceZipError extends SecurityScanError {
5151

5252
export class NoSourceFilesError extends SecurityScanError {
5353
constructor() {
54-
super('Project does not contain valid files to scan', 'NoSourceFilesError', noSourceFilesErrorMessage)
54+
super('Project does not contain valid files.', 'NoSourceFilesError', noSourceFilesErrorMessage)
5555
}
5656
}
5757

0 commit comments

Comments
 (0)