mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
update dependencies
This commit is contained in:
2
node_modules/electron-download/lib/cli.js
generated
vendored
2
node_modules/electron-download/lib/cli.js
generated
vendored
@@ -5,7 +5,7 @@
|
||||
const download = require('./')
|
||||
const minimist = require('minimist')
|
||||
|
||||
let opts = minimist(process.argv.slice(2))
|
||||
const opts = minimist(process.argv.slice(2))
|
||||
|
||||
if (opts['strict-ssl'] === false) {
|
||||
opts.strictSSL = false
|
||||
|
Reference in New Issue
Block a user