| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6aade4a commit 688bdfe
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | - require('../common'); | ||
| 2 | + const common = require('../common'); | ||
| 3 | + if (!common.hasCrypto) | ||
| 4 | + common.skip('missing crypto'); | ||
| 3 | 5 | const assert = require('assert'); | |
| 4 | 6 | const child_process = require('child_process'); | |
| 5 | 7 | const path = require('path'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments