File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ The valid arguments for the `--allow-fs-read` flag are:
248248
249249* ` * ` - To allow all ` FileSystemRead ` operations.
250250* Multiple paths can be allowed using multiple ` --allow-fs-read ` flags.
251- Example ` --allow-fs-read=/folder1/ --allow-fs-read=/folder1 / `
251+ Example ` --allow-fs-read=/folder1/ --allow-fs-read=/folder2 / `
252252
253253Examples can be found in the [ File System Permissions] [ ] documentation.
254254
@@ -290,7 +290,7 @@ The valid arguments for the `--allow-fs-write` flag are:
290290
291291* ` * ` - To allow all ` FileSystemWrite ` operations.
292292* Multiple paths can be allowed using multiple ` --allow-fs-write ` flags.
293- Example ` --allow-fs-write=/folder1/ --allow-fs-write=/folder1 / `
293+ Example ` --allow-fs-write=/folder1/ --allow-fs-write=/folder2 / `
294294
295295Paths delimited by comma (` , ` ) are no longer allowed.
296296When passing a single flag with a comma a warning will be displayed.
You can’t perform that action at this time.
0 commit comments