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/*" }] + * } + * ] * } * ``` *