Skip to content

Commit

Permalink
Fixed darklua not finding required file
Browse files Browse the repository at this point in the history
  • Loading branch information
1Axen committed Jun 24, 2024
1 parent d4bff09 commit 6fdfdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CLI/Utility/Compile.luau
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local stdio = require("@lune/stdio")
local Parser = require("../../Parser")
local Generator = require("../../Generator/init.luau")
local PathParser = require("../../Modules/Path")
local GetDefinitionFilePath = require("GetDefinitionFilePath")
local GetDefinitionFilePath = require("./GetDefinitionFilePath")

---- Settings ----

Expand Down

0 comments on commit 6fdfdb0

Please sign in to comment.