Skip to content

Commit 63cc8c5

Browse files
committed
Debugging: Add info for TSC command output
1 parent 278ed4a commit 63cc8c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/helpers/readCypressConfigUtil.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ exports.convertTsConfig = (bsConfig, cypress_config_filepath, bstack_node_module
105105
logger.info(`Temporary tsconfig file removed: ${tempTsConfigPath}`);
106106
}
107107

108+
logger.info(tsc_output.toString());
109+
108110
const lines = tsc_output.toString().split('\n');
109111
let foundLine = null;
110112
for (let i = 0; i < lines.length; i++) {

0 commit comments

Comments
 (0)