@tn3w/openage 1.0.3 → 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.
@@ -2797,6 +2797,7 @@ async function runServerless(widget, emitter) {
2797
2797
  emitResult(widget, emitter, result);
2798
2798
  } catch (error) {
2799
2799
  cleanupLocal();
2800
+ console.log('Error during challenge:', error);
2800
2801
  widget.showResult('fail', 'Verification failed');
2801
2802
  emitter.emit('error', error, widget.id);
2802
2803
  params.errorCallback?.(error);
@@ -2930,6 +2931,7 @@ async function runServer(widget, emitter) {
2930
2931
 
2931
2932
  cleanupVM(transport);
2932
2933
  } catch (error) {
2934
+ console.log('Error during challenge:', error);
2933
2935
  cleanupVM();
2934
2936
  widget.showResult('fail', 'Verification failed');
2935
2937
  emitter.emit('error', error, widget.id);