From 33a7c586ca0f90ba31b63f5830578b38d708c272 Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Tue, 3 Dec 2024 20:27:57 +0800 Subject: [PATCH] Added missing semicolon --- plugins/clipboard-manager/guest-js/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/clipboard-manager/guest-js/index.ts b/plugins/clipboard-manager/guest-js/index.ts index f6075ea2..fb730426 100644 --- a/plugins/clipboard-manager/guest-js/index.ts +++ b/plugins/clipboard-manager/guest-js/index.ts @@ -65,6 +65,7 @@ async function readText(): Promise { * 0, 255, 0, 255, * ]; * await writeImage(buffer); + * ``` * * @returns A promise indicating the success or failure of the operation. *