We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ef6f9 commit e9f4a5dCopy full SHA for e9f4a5d
1 file changed
src/main/kotlin/com/github/lppedd/cc/configuration/CCTokensService.kt
@@ -214,7 +214,7 @@ internal class CCTokensService(private val project: Project) {
214
}
215
216
if (createIfNotExists) {
217
- return WriteAction.compute<VirtualFile, Throwable> {
+ return WriteAction.computeAndWait<VirtualFile, Throwable> {
218
rootDir.createChildData(this, fileName)
219
220
0 commit comments