Skip to content

Commit

Permalink
Re-add SkriptLogger#hasError method (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass authored Oct 31, 2023
1 parent f2f6ced commit 7478d32
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,12 @@ public boolean isDebug() {
public String getFileName() {
return fileName;
}

/**
* @return whether or not this Logger has an error stored
*/
public boolean hasError() {
return hasError;
}

}

0 comments on commit 7478d32

Please sign in to comment.