Skip to content

Commit

Permalink
fix: Mark saveAllFiles as a WriteAction (#6459)
Browse files Browse the repository at this point in the history
  • Loading branch information
blorente authored Jun 5, 2024
1 parent b890a76 commit 37f515b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/src/com/google/idea/blaze/base/util/SaveUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/** Utility for saving all files. */
public class SaveUtil {
public static void saveAllFiles() {
Transactions.submitTransactionAndWait(
Transactions.submitWriteActionTransactionAndWait(
() -> FileDocumentManager.getInstance().saveAllDocuments());
}
}

0 comments on commit 37f515b

Please sign in to comment.