Skip to content

Commit

Permalink
Don't migrate custom layout if type is invalid (#3645)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansjfw committed May 25, 2020
1 parent 83afd55 commit 791518d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/fancyzones/lib/JsonHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ namespace JSONHelpers
break;
}
default:
abort(); // TODO(stefan): Exception safety
continue;
}
customZoneSetsMap[uuid] = zoneSetData;

Expand Down

0 comments on commit 791518d

Please sign in to comment.