Skip to content

Commit c9461f8

Browse files
committed
var to let
1 parent 43a0b1d commit c9461f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webpack-shell-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function validateInput(options) {
3232
}
3333

3434
function mergeOptions(options, defaults) {
35-
for (var key in defaults) {
35+
for (let key in defaults) {
3636
if (options.hasOwnProperty(key)) {
3737
defaults[key] = options[key];
3838
}

0 commit comments

Comments
 (0)