Skip to content

Commit

Permalink
fix: luacheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc-stripe committed Oct 7, 2022
1 parent 22f7481 commit 3eb9bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/resession/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ M.load_extension = function(name, opts)
end
elseif pending_config then
pending_config.extensions = pending_config.extensions or {}
pending_config.extensions[name] = config
pending_config.extensions[name] = opts
else
error("Cannot call resession.load_extension() before resession.setup()")
end
Expand Down

0 comments on commit 3eb9bc5

Please sign in to comment.