@antora/ui-loader
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -178,3 +178,3 @@ 'use strict' | ||
get({ url, agent }, (err, response, contents) => { | ||
if (err) reject(err) | ||
if (err) return reject(err) | ||
if (response.statusCode !== 200) { | ||
@@ -181,0 +181,0 @@ const message = `Response code ${response.statusCode} (${response.statusMessage})` |
{ | ||
"name": "@antora/ui-loader", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Downloads a UI bundle, if necessary, and loads the files into a UI catalog for use in an Antora documentation pipeline.", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
21262