You've already forked joplin
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:
@ -385,4 +385,8 @@ export default class PluginService extends BaseService {
|
||||
return newSettings;
|
||||
}
|
||||
|
||||
public async destroy() {
|
||||
await this.runner_.waitForSandboxCalls();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user