Skip to content

Commit

Permalink
add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentBailly committed Dec 10, 2024
1 parent 2c5fcf3 commit 24b3c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/AliasPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ module.exports = class AliasPlugin {
* @returns {void}
*/
if (Array.isArray(item.alias)) {
for (const alias of item.alias) {
for (const alias of item.alias) {
// TODO: maybe shouldBail should be set to true for the last object?
const done = processAlias(
alias,
request,
Expand Down

0 comments on commit 24b3c60

Please sign in to comment.