desktop / dugite

Elegant bindings for working with Git in your Node applications
MIT License
460 stars 149 forks source link

Missing require in dugite/script /download-git.js #546

Open guoxiangyang opened 1 year ago

guoxiangyang commented 1 year ago

missing rmSync in : const { rm, mkdir, createReadStream, createWriteStream, existsSync } = require('fs')

LeoDog896 commented 1 year ago

Attached PR: https://github.com/desktop/dugite/pull/538/files

(This issue is a duplicate of #523 )

@tidy-dev would it be possible to merge this?