Skip to content

Commit

Permalink
config parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
axfelix committed Aug 6, 2024
1 parent 151542a commit 4bf9a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports.readConfig = (logger, file="") => {
}

// Enable ellipsis between snips
if (!Object.prototype.hasOwnProperty.call(cfg.features, 'enable_ellipsis')) {
if (!Object.prototype.hasOwnProperty.call(cfg.features, 'disable_ellipsis')) {
cfg['features']['disable_ellipsis'] = true;
}

Expand Down

0 comments on commit 4bf9a29

Please sign in to comment.