Skip to content

Commit b77b11f

Browse files
committed
Fix Lint; Awaiting Squash
1 parent 8afb2c5 commit b77b11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function getOptionValue(optionName) {
5353
optionName[1] === '-' &&
5454
optionName[2] === 'n' &&
5555
optionName[3] === 'o' &&
56-
optionName[4] === '-'
56+
optionName[4] === '-'
5757
) {
5858
const option = options.get('--' + StringPrototypeSlice(optionName, 5));
5959
return option && !option.value;

0 commit comments

Comments
 (0)