fix(sourcemap-uploader): 3.0.5 error message fix
This commit is contained in:
parent
b2d9868673
commit
d5b1c7dcec
2 changed files with 2 additions and 2 deletions
|
|
@ -73,6 +73,6 @@ try {
|
||||||
? console.log(`Successfully uploaded ${sourceFiles.length} sourcemap file${sourceFiles.length > 1 ? "s" : ""} for: \n`
|
? console.log(`Successfully uploaded ${sourceFiles.length} sourcemap file${sourceFiles.length > 1 ? "s" : ""} for: \n`
|
||||||
+ sourceFiles.join("\t\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}`));
|
.catch(e => console.error(`Sourcemap Uploader: ${e}`));
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@openreplay/sourcemap-uploader",
|
"name": "@openreplay/sourcemap-uploader",
|
||||||
"version": "3.0.4",
|
"version": "3.0.5",
|
||||||
"description": "NPM module to upload your JS sourcemaps files to OpenReplay",
|
"description": "NPM module to upload your JS sourcemaps files to OpenReplay",
|
||||||
"bin": "cli.js",
|
"bin": "cli.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue