Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
fix directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Alabor committed Jan 24, 2014
1 parent e1ce6ac commit d05ef05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function reportSpecResults(spec) {

// pathBuilder can return a subfoldered path too. So extract the
// directory path without the baseName
, directory = path.dirname(baseName);
, directory = path.dirname(screenShotPath);


metaData.screenShotFile = screenShotPath;
Expand Down

0 comments on commit d05ef05

Please sign in to comment.