Skip to content

Commit

Permalink
docs: improve example (#1146)
Browse files Browse the repository at this point in the history
* docs: improve example

* example

---------

Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com>
  • Loading branch information
trim21 and prakashsvmx committed May 12, 2023
1 parent 0229893 commit 43bef25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/compose-object-test-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function sampleRunComposeObject() {
/** End Clean up **/

// Clean up generated parts locally
Helpers.removeDirAndFiles(tmpSubDir)
fs.rmSync(tmpSubDir, { recursive: true, force: true })
console.log('Clean up temp parts directory : ')
})
.catch((e) => {
Expand Down

0 comments on commit 43bef25

Please sign in to comment.