chore: bump Node.js to v16.2.0 (#29244)
This commit is contained in:
parent
9a7e61cfc0
commit
542abcd6fd
51 changed files with 1829 additions and 1499 deletions
|
@ -1686,6 +1686,7 @@ describe('asar package', function () {
|
|||
|
||||
it('can recursively delete a directory with an asar file in it', () => {
|
||||
const deleteDir = path.join(asarDir, 'deleteme');
|
||||
fs.mkdirSync(deleteDir);
|
||||
|
||||
originalFs.rmdirSync(deleteDir, { recursive: true });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue