We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f5f20 commit a80f652Copy full SHA for a80f652
main.ts
@@ -7,7 +7,7 @@ export default class clusterPlugin extends Plugin {
7
settings: clusterPluginSettings;
8
9
async onload() {
10
- console.log("loading Cluster plugin");
+ console.log("loading Cluster sdfsdf plugin");
11
const file = this.app.workspace.getActiveFile() as TFile;
12
13
await this.loadSettings();
tsconfig.json
@@ -21,4 +21,4 @@
21
"include": [
22
"**/*.ts"
23
]
24
-}
+}
0 commit comments