Project

General

Profile

« Previous | Next » 

Revision 7218849a

Added by koszko over 1 year ago

add a mapping/resources installation dialog

View differences:

background/CORS_bypass_server.js
48 48
    try {
49 49
	result_object[prop] = call_prop ? (await object[prop]()) : object[prop];
50 50
    } catch(e) {
51
	result_object[`error-${prop}`] = "" + e;
51
	result_object[`error_${prop}`] = "" + e;
52 52
    }
53 53
}
54 54

  

Also available in: Unified diff