Revert "fix temp-fs/temp-fs-tests.ts"

This reverts commit beebddbc03.
This commit is contained in:
vvakame
2016-02-23 11:58:22 +09:00
parent cd564b24dd
commit 8f548f2c1f
+1 -1
View File
@@ -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();
});