Revision 4970930c
Added by koszko over 1 year ago
| common/patterns.js | ||
|---|---|---|
| 174 | 174 |
const deco = deconstruct_url(url); |
| 175 | 175 |
|
| 176 | 176 |
if (deco === undefined) {
|
| 177 |
console.error("bad url format", url);
|
|
| 177 |
console.error("Haketilo: bad url format", url);
|
|
| 178 | 178 |
return false; |
| 179 | 179 |
} |
| 180 | 180 |
|
Also available in: Unified diff
prepend all generated console messages with 'Haketilo:'