Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Dec 1, 2023
1 parent 4cf0866 commit 62d35c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lune/lib/BundleModel.luau
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ local function BundleModel(modelData: string | {roblox.Instance}, envName: strin

-- Now we're done reading everything!
local ReadEndTime = os.clock()
RunIfVerbose(Log.Info, `Finished reading object tree! Total build time: {string.format("%.4f", ReadEndTime - ReadStartTime)} (seconds)`)
RunIfVerbose(Log.Info, `Finished bundling model data in {string.format("%.4f", ReadEndTime - ReadStartTime)} (seconds)`)

local Prettify = if MinifyCodegen == false then true else false

Expand Down

0 comments on commit 62d35c5

Please sign in to comment.