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.
1 parent 3a276e5 commit aaf1707Copy full SHA for aaf1707
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