Skip to content

Commit a80f652

Browse files
ss
1 parent a4f5f20 commit a80f652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default class clusterPlugin extends Plugin {
77
settings: clusterPluginSettings;
88

99
async onload() {
10-
console.log("loading Cluster plugin");
10+
console.log("loading Cluster sdfsdf plugin");
1111
const file = this.app.workspace.getActiveFile() as TFile;
1212

1313
await this.loadSettings();

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"include": [
2222
"**/*.ts"
2323
]
24-
}
24+
}

0 commit comments

Comments
 (0)