Fix example

This commit is contained in:
MultiMote 2024-11-08 15:51:32 +03:00
parent 26cb908eb0
commit ab2bdf8d3e

@ -137,6 +137,7 @@ printButton.onclick = async () => {
await printTask.waitForFinished();
} catch (e) {
alert(e);
} finally {
await client.abstraction.printEnd();
}
};