fix(sourcemap-uploader): 3.0.5 error message fix

This commit is contained in:
ShiKhu 2021-08-13 22:19:53 +08:00
parent b2d9868673
commit d5b1c7dcec
2 changed files with 2 additions and 2 deletions

View file

@ -73,6 +73,6 @@ try {
? console.log(`Successfully uploaded ${sourceFiles.length} sourcemap file${sourceFiles.length > 1 ? "s" : ""} for: \n`
+ sourceFiles.join("\t\n")
)
: console.log(`No sourcemaps found in ${ args.js_dir_url }`)
: console.log(`No sourcemaps found in ${ args.sourcemap_dir_path }`)
)
.catch(e => console.error(`Sourcemap Uploader: ${e}`));

View file

@ -1,6 +1,6 @@
{
"name": "@openreplay/sourcemap-uploader",
"version": "3.0.4",
"version": "3.0.5",
"description": "NPM module to upload your JS sourcemaps files to OpenReplay",
"bin": "cli.js",
"main": "index.js",