check for table type before checking length, added power conversion/formatting helpers

This commit is contained in:
Mikayla Fischler
2022-09-22 21:31:07 -04:00
parent 50be7f9ca2
commit 4f7775ccb6
8 changed files with 43 additions and 34 deletions

View File

@@ -16,7 +16,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.4.14"
local COORDINATOR_VERSION = "alpha-v0.4.15"
local print = util.print
local println = util.println