-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EACCES: Permission Denied Errors (#2468)
* EACCES errors * update message * changeset * write to outputs with mode = 600 * add console statement for testing * testing * added error messaging * testing * removed testing console statements * changed message * updated error catching * added tests to profile-controller and handling for windows users * removed windows handling * changed chmod to chmodSync * test for client config writer --------- Co-authored-by: Vieltojarvi <[email protected]>
- Loading branch information
1 parent
8f04c9f
commit de90deb
Showing
5 changed files
with
150 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@aws-amplify/client-config': patch | ||
'@aws-amplify/backend-cli': patch | ||
--- | ||
|
||
Added catch blocks for EACCES Errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters