Skip to content

Commit

Permalink
revert cool tostring
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong committed Nov 24, 2024
1 parent ffcc9f3 commit 06376b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/extensions/jwTargets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ class TargetType {
}

toString() {
try {
return this.target.sprite.name
} catch {
return ""
}
return this.targetId
}
toMonitorContent = () => span(this.toString())

Expand Down

0 comments on commit 06376b7

Please sign in to comment.