1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop, Clipper: Web Clipper now must request authorisation before accessing the application data

This commit is contained in:
Laurent Cozic
2021-06-22 19:57:04 +01:00
parent 638b3236cf
commit 67d9977489
19 changed files with 403 additions and 82 deletions

View File

@ -17,7 +17,7 @@ class Command extends BaseCommand {
async action(args) {
const command = args.command;
const ClipperServer = require('@joplin/lib/ClipperServer');
const ClipperServer = require('@joplin/lib/ClipperServer').default;
ClipperServer.instance().initialize();
const stdoutFn = (...s) => this.stdout(s.join(' '));
const clipperLogger = new Logger();