- fix formatting, and unused import

This commit is contained in:
Mike Penz
2020-10-17 19:42:26 +02:00
parent bd49950417
commit f63fa1dabb
8 changed files with 39 additions and 18 deletions
+1 -1
View File
@@ -40,4 +40,4 @@ export function directoryExistsSync(path: string, required?: boolean): boolean {
}
throw new Error(`Directory '${path}' does not exist`)
}
}