diff --git a/src/BrotherSdk.ts b/src/BrotherSdk.ts index 4af8a5b..758d236 100644 --- a/src/BrotherSdk.ts +++ b/src/BrotherSdk.ts @@ -372,6 +372,7 @@ export default class BrotherSDK { * */ static async getPrinterList(): Promise { + BrotherSDK.#initialize(); await BrotherSDK.printerIsReady(); const printers = await getPrinters(); return printers;