This commit is contained in:
parent
2825ccbcd5
commit
e9e31394c4
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user