Project

General

Profile

« Previous | Next » 

Revision 4970930c

Added by koszko over 1 year ago

prepend all generated console messages with 'Haketilo:'

View differences:

html/item_list.js
145 145
    try {
146 146
	await list_ctx.remove_cb(identifier);
147 147
    } catch(e) {
148
	console.error(e);
148
	console.error("Haketilo:", e);
149 149
	dialog.error(list_ctx.dialog_ctx, `Couldn't remove '${identifier}' :(`)
150 150
    }
151 151
}

Also available in: Unified diff