Ran prettier on createDryRunner.ts
Signed-off-by: Mark Foresta <Mark.Foresta691@gmail.com>
This commit is contained in:
@@ -88,7 +88,7 @@ export function createDryRunner(options: TemplateTesterCreateOptions) {
|
||||
supportsDryRun: true,
|
||||
async handler(ctx) {
|
||||
contentPromise = serializeDirectoryContents(ctx.workspacePath);
|
||||
await contentPromise.catch(() => {});
|
||||
await contentPromise.catch(() => { });
|
||||
},
|
||||
}),
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user