This commit is contained in:
garronej 2023-08-20 02:58:10 +02:00
parent 2825ccbcd5
commit e9e31394c4

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);