npm run format output

pull/1194/head
SKi 2 years ago
parent cbd040a114
commit 589f00b517
No known key found for this signature in database

@ -82,7 +82,7 @@ export async function prepareExistingDirectory(
core.endGroup() core.endGroup()
// Check for submodules and delete any existing files if submodules are present // Check for submodules and delete any existing files if submodules are present
if (!(await git.submoduleStatus())){ if (!(await git.submoduleStatus())) {
remove = true remove = true
} }

Loading…
Cancel
Save