Skip to content

Commit

Permalink
test: Check console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Aug 6, 2024
1 parent 609cd58 commit 4436a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cypress
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const stream = require('stream');
const childProcess = require('child_process');

const fd = fs.openSync(
path.join(process.cwd(), 'console.log'),
path.join(process.cwd(), 'console2.log'),
'w+',
0o644
);
Expand Down

0 comments on commit 4436a76

Please sign in to comment.