Skip to content

Commit

Permalink
Stringify the Vars class properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed May 7, 2024
1 parent c7dd816 commit d0f409d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/commonMain/kotlin/vars.kt
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@ class Vars(appDir: File, configDir: File, exeFile: File?) {
pos = end + 1
}
}

override fun toString(): String {
return vars.toString()
}
}

0 comments on commit d0f409d

Please sign in to comment.