mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
@@ -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