Ran prettier on createDryRunner.ts

Signed-off-by: Mark Foresta <Mark.Foresta691@gmail.com>
This commit is contained in:
Mark Foresta
2024-10-12 12:20:18 -04:00
committed by blam
parent cc1b975256
commit 56c28118b1
@@ -88,7 +88,7 @@ export function createDryRunner(options: TemplateTesterCreateOptions) {
supportsDryRun: true,
async handler(ctx) {
contentPromise = serializeDirectoryContents(ctx.workspacePath);
await contentPromise.catch(() => {});
await contentPromise.catch(() => { });
},
}),
]),