We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bb5466 + aaf1707 commit eab4fd3Copy full SHA for eab4fd3
src/patchFs.js
@@ -50,7 +50,6 @@ export default function patchFs(vol, fs = require('fs')) {
50
51
// Give user back a method to revert the changes.
52
return function unpatch () {
53
- console.log(bkp);
54
for (const key in bkp) fs[key] = bkp[key];
55
};
56
0 commit comments