mirror of
https://github.com/bourquep/mysa-js-sdk.git
synced 2026-02-04 01:31:05 +00:00
feat: Added getDeviceFirmwares API (#10)
This commit is contained in:
@@ -92,4 +92,6 @@ async function main() {
|
||||
}
|
||||
}
|
||||
|
||||
main().catch(rootLogger.error);
|
||||
main().catch((error) => {
|
||||
rootLogger.error(error, 'Error in main');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user