This commit is contained in:
garronej 2023-08-20 02:58:10 +02:00
parent ac085286a9
commit 5f3f25eee9

View File

@ -57,8 +57,6 @@ function readNpmConfig(): Promise<string> {
try {
stdout = await exec("npm config get", { "encoding": "utf8", cwd }).then(({ stdout }) => stdout);
} catch (error) {
console.log(String(error), error);
if (String(error).includes("ENOWORKSPACES")) {
assert(cwd !== pathSep);