-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
The ObsidianReviewBot wants us to remove usage of process.platform
.
obsidian-mcp-tools/packages/obsidian-plugin/src/features/mcp-server-install/services/status.ts
Line 19 in 72beac2
const platform = process.platform; |
From obsidianmd/obsidian-releases#5060 (comment)
This is only available on desktop, use the Platform interface from the Obsidian API instead.
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on