Skip to content

Commit 4442e38

Browse files
committed
print file
1 parent 3790c4e commit 4442e38

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ try {
3939
console.log(`<ApplicationDisplayVersion>${displayVersion}</ApplicationDisplayVersion>`);
4040
}
4141

42-
if(printFile) {
42+
if(printFile == true) {
4343
var fileContents = fs.readFileSync(csproj, 'utf8');
44+
console.log('');
4445
console.log(fileContents);
4546
}
4647
}

0 commit comments

Comments
 (0)