Project

General

Profile

« Previous | Next » 

Revision ea9df6c7

Added by koszko over 1 year ago

update error reporting in popup

View differences:

common/policy.js
66 66
    } catch (e) {
67 67
	console.error(e);
68 68
	policy.allow = false;
69
	policy.error = true;
69
	policy.error = {haketilo_error_type: "deciding_policy"};
70 70
    }
71 71

  
72 72
    if (payloads !== undefined) {

Also available in: Unified diff