Skip to content

Commit

Permalink
Reword OneDrive error to be more useful (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty authored Jan 21, 2024
1 parent 19f1b60 commit f37a557
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ public class OneDriveException extends java.lang.RuntimeException {
public OneDriveException(Project project) {
super(String.format("Error cannot create project inside OneDrive. Project Directory = %S", project.getRootDir().toString()));
System.out.println(String.format("Error cannot create project inside OneDrive. Project Directory = %S", project.getRootDir().toString()));
System.out.println("To fix this error move your project out of the OneDrive folder.");
}
}

0 comments on commit f37a557

Please sign in to comment.