mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix temp-fs/temp-fs-tests.ts
This commit is contained in:
@@ -26,6 +26,6 @@ tempfs.mkdir({
|
||||
if (err) { throw err; }
|
||||
|
||||
console.log(dir.path, dir.recursive);
|
||||
throw new Error('Since it is tracked, tempfs will remove it for you.');
|
||||
// throw new Error('Since it is tracked, tempfs will remove it for you.');
|
||||
dir.unlink();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user