Skip to content

Commit b3a5cf8

Browse files
committed
[circleci-issue] - log added
Signed-off-by: Ashish Patel <[email protected]> Signed-off-by: ashish <[email protected]>
1 parent 54ed41a commit b3a5cf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utilities/utilities.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ export default class Utilities {
4848

4949
// tslint:disable-next-line:no-console
5050
// console.log(typeof string);
51-
// console.log(string);
51+
// tslint:disable-next-line:no-console
52+
console.log(typeof str);
5253
fs.writeFileSync(filePath, str)
5354

5455
if (str !== '') // this condition comes for truncating

0 commit comments

Comments
 (0)