Skip to content

Commit

Permalink
plugins/dap: minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 9, 2024
1 parent 6645fea commit b4ddb32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dap/dapHelpers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ in rec {
processAdapters = type: adapters:
with builtins;
mapAttrs (_: adapter:
if typeOf adapter == "string"
if isString adapter
then helpers.mkRaw adapter
else
filterAttrs (n: _: n != "enrichConfig") (
Expand Down
File renamed without changes.

0 comments on commit b4ddb32

Please sign in to comment.