Skip to content

Commit

Permalink
chore: fix debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Apr 4, 2023
1 parent 3cd4cbc commit 0dde1d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cypress-cloud/lib/runner/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function getSpecAbsolutePath(
const absolutePath = allSpecs.find((i) => i.relative === relative)?.absolute;
if (!absolutePath) {
warn(
'Cannot find absolute path for spec. Spec: "%s", candidates: %',
'Cannot find absolute path for spec. Spec: "%s", candidates: %o',
relative,
allSpecs
);
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-cloud",
"version": "1.6.0",
"version": "1.7.0-beta.0",
"main": "./dist/index.js",
"author": "Currents Software Inc",
"homepage": "https://github.com/currents-dev/cypress-cloud",
Expand Down

0 comments on commit 0dde1d2

Please sign in to comment.