Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Update src/config-array.js
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Trotta <[email protected]>
  • Loading branch information
nzakas and fasttime authored Apr 1, 2024
1 parent 0569fcf commit 105f28c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config-array.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ function getConfigName(config) {
* @param {number} index The index of the config object in the array.
* @param {Error} error The error to rethrow.
* @throws {ConfigError} When the error is rethrown for a config.
* @throws {BaseConfigError} When the error is rethrown for a base config.
*/
function rethrowConfigError(config, index, error) {
const configName = getConfigName(config, index);
Expand Down

0 comments on commit 105f28c

Please sign in to comment.