ミラー元
https://github.com/therootcompany/greenlock-express.js.git
前回の同期 2025-07-05 15:46:30 +00:00
コミット
63ab09f060
@ -26,7 +26,7 @@ module.exports = {
|
||||
if (args.debug) {
|
||||
console.debug('[LEX] mkdirp', webrootPath);
|
||||
}
|
||||
mkdirp(webrootPath, function () {
|
||||
mkdirp(webrootPath, function (err) {
|
||||
if (err) { cb(err); return; }
|
||||
|
||||
fs.writeFile(keyfile, value, 'utf8', cb);
|
||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする