Skip to content

Commit

Permalink
Add handling for booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyuan-linn committed Jan 7, 2024
1 parent 08bbb0b commit 4494764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/handleOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ function handleOptions(optionsObject, moldObject) {
break;

case "boolean":
options[key] = userValue;
break;

case "object":
break;
default:
Expand Down

0 comments on commit 4494764

Please sign in to comment.