File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ The valid arguments for the `--allow-fs-read` flag are:
214214
215215* ` * ` - To allow all ` FileSystemRead ` operations.
216216* Multiple paths can be allowed using multiple ` --allow-fs-read ` flags.
217- Example ` --allow-fs-read=/folder1/ --allow-fs-read=/folder1 / `
217+ Example ` --allow-fs-read=/folder1/ --allow-fs-read=/folder2 / `
218218
219219Examples can be found in the [ File System Permissions] [ ] documentation.
220220
@@ -256,7 +256,7 @@ The valid arguments for the `--allow-fs-write` flag are:
256256
257257* ` * ` - To allow all ` FileSystemWrite ` operations.
258258* Multiple paths can be allowed using multiple ` --allow-fs-write ` flags.
259- Example ` --allow-fs-write=/folder1/ --allow-fs-write=/folder1 / `
259+ Example ` --allow-fs-write=/folder1/ --allow-fs-write=/folder2 / `
260260
261261Paths delimited by comma (` , ` ) are no longer allowed.
262262When passing a single flag with a comma a warning will be displayed.
You can’t perform that action at this time.
0 commit comments