mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 23:29:55 +01:00
chore(prettier): fix all files
This commit is contained in:
@@ -10,10 +10,10 @@ export default class ScriptLauncher extends AbstractLauncher {
|
||||
}
|
||||
|
||||
async launch() {
|
||||
if (this.launcherNote.isLabelTruthy('scriptInLauncherContent')) {
|
||||
if (this.launcherNote.isLabelTruthy("scriptInLauncherContent")) {
|
||||
await this.launcherNote.executeScript();
|
||||
} else {
|
||||
const script = await this.launcherNote.getRelationTarget('script');
|
||||
const script = await this.launcherNote.getRelationTarget("script");
|
||||
|
||||
await script.executeScript();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user