remove cruft that literally generated junk files
This commit is contained in:
parent
150c1560f6
commit
9cd854c961
|
@ -15,5 +15,3 @@ export const ensureFileExists = async (filename: string) => {
|
|||
export const appendHeredocToFile = async (filename:string, textToAppend:string) => {
|
||||
fs.promises.appendFile(filename, textToAppend);
|
||||
};
|
||||
|
||||
appendHeredocToFile('ok', generateHereDoc('arg'));
|
Loading…
Reference in a new issue