Skip to content

Commit 7383ca5

Browse files
author
ismay
committed
Remove default error from feature detect
1 parent eed7310 commit 7383ca5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/detect-feature-use.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ module.exports = class Detector {
127127
break
128128
case 'comment':
129129
this.comment(child, cb)
130-
break
131-
default:
132-
throw new Error('Unkonwn node type ' + child.type)
133130
}
134131
})
135132
}

0 commit comments

Comments
 (0)