Skip to content

Commit 6580a59

Browse files
committed
Add TODO to replace rimraf with fs.rmdir on 12.10
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
1 parent 0a315e4 commit 6580a59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-bin/set-up-test-repos.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
const fs = require('fs');
1212
const path = require('path');
13+
// TODO [engine:node@>=12.10]: Use fs.rmdir({recursive: true})
1314
const rimraf = require('rimraf');
1415
const util = require('util');
1516

0 commit comments

Comments
 (0)