Skip to content

Commit

Permalink
DROP: debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Sep 21, 2023
1 parent d400c11 commit b3bdd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export default async function run(options: RunOptions): Promise<void> {
const baselinePath = getBaselineRelativePath(process.cwd(), '', baselineAbsolutePath);

console.log({
dirname: __dirname,
cwd: process.cwd(),
dirname: __dirname || '__dirname__ is missing',
cwd: process.cwd() || 'process.cwd is empty',
baselineAbsolutePath,
baselinePath,
});
Expand Down

0 comments on commit b3bdd37

Please sign in to comment.