We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307318c commit 4a8a923Copy full SHA for 4a8a923
1 file changed
src/modules/yaml.ts
@@ -36,6 +36,5 @@ export const writeYaml = async <T extends any>(
36
//@ts-ignore
37
if (encode) content = encoder.encode(content);
38
39
- console.log(getModulePath(filePath), content);
40
await Deno.writeTextFile(getModulePath(filePath), content);
41
};
0 commit comments