Skip to content

Commit

Permalink
Fixed aspect location for external data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFrosch committed Jan 22, 2025
1 parent b01b52c commit c9a34d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ class AspectStorageService(private val project: Project, private val scope: Coro
}

// if this is not the case, fallback to .ijwb_aspects or .clwb_aspects
return projectPath.resolve(BlazeDataStorage.PROJECT_DATA_SUBDIRECTORY + "_aspects")
return workspacePath.resolve(BlazeDataStorage.PROJECT_DATA_SUBDIRECTORY + "_aspects")
}
}

0 comments on commit c9a34d1

Please sign in to comment.