@tn3w/openage 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2803,6 +2803,7 @@
2803
2803
  emitResult(widget, emitter, result);
2804
2804
  } catch (error) {
2805
2805
  cleanupLocal();
2806
+ console.log('Error during challenge:', error);
2806
2807
  widget.showResult('fail', 'Verification failed');
2807
2808
  emitter.emit('error', error, widget.id);
2808
2809
  params.errorCallback?.(error);
@@ -2936,6 +2937,7 @@
2936
2937
 
2937
2938
  cleanupVM(transport);
2938
2939
  } catch (error) {
2940
+ console.log('Error during challenge:', error);
2939
2941
  cleanupVM();
2940
2942
  widget.showResult('fail', 'Verification failed');
2941
2943
  emitter.emit('error', error, widget.id);