1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-24 23:26:50 +02:00

Plugins: Improved note change event handling. Also added tests and improved debugging plugins.

This commit is contained in:
Laurent Cozic
2020-12-01 14:08:41 +00:00
parent eed3dc8617
commit 05e9000087
25 changed files with 3934 additions and 64 deletions

View File

@ -385,4 +385,8 @@ export default class PluginService extends BaseService {
return newSettings;
}
public async destroy() {
await this.runner_.waitForSandboxCalls();
}
}