| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 078b4a6 commit b420209
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ const common = require('../common'); | |||
| 3 | 3 | const assert = require('assert'); | |
| 4 | 4 | const vm = require('vm'); | |
| 5 | 5 | ||
| 6 | - if (typeof Intl === 'undefined') | ||
| 6 | + if (!common.hasIntl) | ||
| 7 | 7 | common.skip('missing Intl'); | |
| 8 | 8 | ||
| 9 | 9 | assert(!('v8BreakIterator' in Intl)); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments