From ab2bdf8d3ef4bc93fdc42e38922a49ebcfb3d046 Mon Sep 17 00:00:00 2001
From: MultiMote <contact@mmote.ru>
Date: Fri, 8 Nov 2024 15:51:32 +0300
Subject: [PATCH] Fix example

---
 example/main.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/example/main.js b/example/main.js
index d10dc1c..9cfcd96 100644
--- a/example/main.js
+++ b/example/main.js
@@ -137,6 +137,7 @@ printButton.onclick = async () => {
     await printTask.waitForFinished();
   } catch (e) {
     alert(e);
+  } finally {
     await client.abstraction.printEnd();
   }
 };