Skip to content

Commit

Permalink
No implicit nil
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Jan 12, 2024
1 parent b90fbd6 commit 9bbd2af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/src/applyTheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ local function applyTheme(theme: types.ExtensionTheme, studio: Studio): string?
end
return `{theme.name} was applied, but not all colors were set:\n{problemsStr}`
end

return nil
end

return applyTheme

0 comments on commit 9bbd2af

Please sign in to comment.