diff --git a/index.ts b/index.ts index 60f2040..72a1ffb 100644 --- a/index.ts +++ b/index.ts @@ -94,7 +94,12 @@ program choices: getProjects().map((project: Project) => project.name), }); - process.chdir(getConfiguration().projectsDirectory + "/" + pickedProject); + console.log( + "__EXEC__ cd " + + getConfiguration().projectsDirectory + + "/" + + pickedProject, + ); console.log(getProjects()); });