# HG changeset patch # User Alain Mazy # Date 1716535536 -7200 # Node ID 58d93952642f8b7a85079475159713e1a392ebe7 # Parent 63a392fbf14e466e592204426f72a2545b54b61b update to 3.9.0-beta.16 + improve error message display in the console diff -r 63a392fbf14e -r 58d93952642f NEWS --- a/NEWS Thu May 23 10:46:19 2024 +0200 +++ b/NEWS Fri May 24 09:25:36 2024 +0200 @@ -1,7 +1,7 @@ Pending changes in the mainline =============================== -* Updated OHIF to 3.9.0-beta.15 (that is actually a beta 3.8.1) +* Updated OHIF to 3.9.0-beta.16 (that is actually a beta 3.8.1) * Enabled support for segmentation and microscopy modes Note that the microscopy mode is not stable yet in OHIF! diff -r 63a392fbf14e -r 58d93952642f Resources/CreateOHIFDist.sh --- a/Resources/CreateOHIFDist.sh Thu May 23 10:46:19 2024 +0200 +++ b/Resources/CreateOHIFDist.sh Fri May 24 09:25:36 2024 +0200 @@ -28,7 +28,7 @@ set -ex if [ "$1" = "" ]; then - PACKAGE=Viewers-3.9.0-beta.15 + PACKAGE=Viewers-3.9.0-beta.16 else PACKAGE=$1 fi diff -r 63a392fbf14e -r 58d93952642f Sources/app-config-user.js --- a/Sources/app-config-user.js Thu May 23 10:46:19 2024 +0200 +++ b/Sources/app-config-user.js Fri May 24 09:25:36 2024 +0200 @@ -31,7 +31,11 @@ // filterQueryParam: false, httpErrorHandler: error => { // This is 429 when rejected from the public idc sandbox too often. - console.warn(error.status); + if (error.status) { + console.warn(error.status); + } else { + console.warn(error); + } }, hotkeys: [ {