style: formatting
This commit is contained in:
@@ -23,9 +23,7 @@ export function parseProjectConfig(
|
||||
data = yaml.load(content);
|
||||
} catch (error) {
|
||||
const detail = error instanceof Error ? error.message : "invalid YAML";
|
||||
return err(
|
||||
appError(AppErrorVariant.INVALID_PROJECT_CONFIG, { detail }),
|
||||
);
|
||||
return err(appError(AppErrorVariant.INVALID_PROJECT_CONFIG, { detail }));
|
||||
}
|
||||
|
||||
if (data === null || data === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user