From 236e7d0178e53ea7b2bf4eb167f9ce18d1acdba6 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 11 Nov 2024 22:21:15 +0100 Subject: [PATCH] Update plugins/fs/guest-js/index.ts Co-authored-by: Amr Bashir --- plugins/fs/guest-js/index.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/fs/guest-js/index.ts b/plugins/fs/guest-js/index.ts index 5f97ece5..dabfbc92 100644 --- a/plugins/fs/guest-js/index.ts +++ b/plugins/fs/guest-js/index.ts @@ -32,10 +32,11 @@ * ```json * { * "permissions": [ - * { - * "identifier": "fs:allow-exists", - * "allow": [{ "path": "$APPDATA/databases/*" }] - * }] + * { + * "identifier": "fs:allow-exists", + * "allow": [{ "path": "$APPDATA/databases/*" }] + * } + * ] * } * ``` *