Skip to content

Commit

Permalink
Revert missed change
Browse files Browse the repository at this point in the history
  • Loading branch information
mknichel committed Apr 19, 2024
1 parent a35031b commit 43fcdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/NormalModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ class NormalModule extends Module {
return callback(error);
}

let source = result[0];
const source = result[0];
const sourceMap = result.length >= 1 ? result[1] : null;
const extraInfo = result.length >= 2 ? result[2] : null;

Expand Down

0 comments on commit 43fcdb9

Please sign in to comment.