Skip to content

Commit

Permalink
relative path return for local driver (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
amarksingh committed Dec 7, 2023
1 parent a002350 commit 6b52ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapter/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Local extends CoreAdapter {
} else {
callback(error, {
'type': 'file',
'path': location,
'path': $path,
'message': 'File created successfully'
}, location)
}
Expand Down Expand Up @@ -138,4 +138,4 @@ class Local extends CoreAdapter {
}

}
module.exports = Local
module.exports = Local

0 comments on commit 6b52ba6

Please sign in to comment.