Skip to content

Commit

Permalink
fix: add temp debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <tfigenbl@redhat.com>
  • Loading branch information
TomerFi committed Apr 3, 2022
1 parent 6721813 commit f58febc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/newProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export async function create () {
}
// create project folder
try {
console.debug(`tomer debug message 0 got: ${projectFolder}`);
await fse.ensureDir(projectFolder);
} catch (err) {
console.error(`failed to create project folder ${projectName}`);
Expand Down

0 comments on commit f58febc

Please sign in to comment.