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 c2b27c0 commit 2571c7cCopy full SHA for 2571c7c
test/hydraters/useful-hydrater.js
@@ -6,4 +6,4 @@ module.exports = function usefulHydrater(path, document, changes, cb) {
6
changes.metadata.path = path;
7
changes.metadata.text = fs.readFileSync(path).toString();
8
cb(null, changes);
9
-};
+};
0 commit comments