Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Nov 3, 2024
1 parent 0bb8d7e commit 283b0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/plugins/workspace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ end


local function load_workspace()
local workspace = consume_workspace(core.root_project().path)
local workspace = consume_workspace_file(core.root_project().path)
if workspace then
local root = get_unlocked_root(core.root_view.root_node)
local active_view = load_node(root, workspace.documents)
Expand Down

0 comments on commit 283b0ae

Please sign in to comment.