@antora/site-publisher
Advanced tools
Comparing version 3.0.0-alpha.9 to 3.0.0-alpha.10
@@ -59,3 +59,3 @@ 'use strict' | ||
const prettyErr = new Error('Unsupported destination provider: ' + provider) | ||
prettyErr.stack = `\nCaused by: ${err.stack}` | ||
prettyErr.stack += `\nCaused by: ${err.stack || err}` | ||
throw prettyErr | ||
@@ -62,0 +62,0 @@ } |
{ | ||
"name": "@antora/site-publisher", | ||
"version": "3.0.0-alpha.9", | ||
"version": "3.0.0-alpha.10", | ||
"description": "Publishes the files generated in an Antora documentation pipeline to the destination(s) specified in the playbook.", | ||
@@ -38,3 +38,3 @@ "license": "MPL-2.0", | ||
], | ||
"gitHead": "a504d6889819b548e8a5416a7194cbb6f9a93e93" | ||
"gitHead": "a9e10aacbc6fb0c4dc3a42dd7e4a5c763d153428" | ||
} |
27419