Skip to content
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.

Commit

Permalink
fixed: App.close(): only action message, if app already closed.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiMan committed Mar 8, 2018
1 parent 5c04a28 commit 20fa1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/src/main/java/org/sikuli/script/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public int close() {
appPID = -1;
appWindow = "";
} else {
Debug.error("App.close %s did not work", this);
Debug.action("App.close: %s already closed", this);
}
return ret;
}
Expand Down

0 comments on commit 20fa1e7

Please sign in to comment.