mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-21 11:18:31 -05:00
if note doesn't exist we don't try to activate it
This commit is contained in:
@@ -5,7 +5,8 @@ const messaging = (function() {
|
||||
let ws = null;
|
||||
|
||||
function logError(message) {
|
||||
console.trace(message);
|
||||
console.log(message); // needs to be separate from .trace()
|
||||
console.trace();
|
||||
|
||||
if (ws && ws.readyState === 1) {
|
||||
ws.send(JSON.stringify({
|
||||
|
||||
Reference in New Issue
Block a user