Collapse newlines

This commit is contained in:
Stéphan Kochen
2024-02-11 13:56:38 +01:00
parent 2bb665ec5b
commit ae5a039396
+1 -1
View File
@@ -390,7 +390,7 @@ export default async (
NEED_ISOLATED_BUILD_SUPPRORT: isolatedIntegration.length > 0,
USES_PNP_LINKER: configuration.get("nodeLinker") === "pnp",
USES_NM_LINKER: configuration.get("nodeLinker") === "node-modules",
});
}).replace(/\n\n\n+/g, "\n\n");
await xfs.writeFilePromise(nixExprPath, projectExpr);
// Create a wrapper if it does not exist yet.