You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-05 22:57:29 +02:00
API: Add ability to search by folder or tag title
This commit is contained in:
@@ -162,6 +162,7 @@ class ClipperServer {
|
||||
const msg = [];
|
||||
if (httpCode >= 500) msg.push('Internal Server Error');
|
||||
if (error.message) msg.push(error.message);
|
||||
if (error.stack) msg.push(`\n\n${error.stack}`);
|
||||
|
||||
writeResponse(httpCode, { error: msg.join(': ') });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user