We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679cc05 commit 39c5d28Copy full SHA for 39c5d28
1 file changed
lib/Constants.js
@@ -58,13 +58,8 @@ function getRegistry() {
58
function setCwd(cwd) {
59
if (!cwd) return;
60
61
- console.log('setting cwd to', cwd);
62
-
63
this.cwd = cwd;
64
65
this.DefaultProjectManifestPath = path.join(this.cwd, this.DefaultProjectManifestPath);
66
this.DefaultProjectFrameworkPath = path.join(this.cwd, this.DefaultProjectFrameworkPath);
67
68
- console.log(this.DefaultProjectManifestPath);
69
- console.log(this.DefaultProjectFrameworkPath);
70
}
0 commit comments