Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into strict-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Sep 8, 2024
2 parents 39b4f93 + 47c0f7b commit be09d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foreman.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
darklua = { source = "seaofvoices/darklua", version = "0.13.1" }
luau-lsp = { source = "JohnnyMorganz/luau-lsp", version = "1.32.3" }
lune = { source = "lune-org/lune", version = "0.8.7" }
moonwave-extractor = { source = "UpliftGames/moonwave", version = "1.1.3" }
moonwave-extractor = { source = "evaera/moonwave", version = "1.1.3" }
rojo = { source = "rojo-rbx/rojo", version = "7.4.3" }
run-in-roblox = { source = "rojo-rbx/run-in-roblox", version = "0.3.0" }
selene = { source = "Kampfkarren/selene", version = "0.27.1" }
Expand Down
2 changes: 1 addition & 1 deletion src/ModuleLoader.luau
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ end
@private
]=]
function ModuleLoader:_getSource(module)
function ModuleLoader:_getSource(module: ModuleScript): string
local success, result = pcall(function()
return module.Source
end)
Expand Down

0 comments on commit be09d68

Please sign in to comment.