fix putting new attribute correctly into becca

This commit is contained in:
zadam
2022-06-17 23:04:46 +02:00
parent 540aba39db
commit 5ca7e39852
4 changed files with 5 additions and 8 deletions

View File

@@ -431,7 +431,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
notes = JSON.parse(jsonStr);
}
catch (e) {
logError(`Cannot parse ${jsonStr} into notes for drop`);
logError(`Cannot parse JSON '${jsonStr}' into notes for drop`);
return;
}