From c7d4ac6518fa5645c60913d973c62be0e6f3e931 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 31 Jan 2017 11:37:42 -0400 Subject: [PATCH] upgrade: `drivelist` to v5.0.9 This version doesn't throw an error if there is `stderr` output from the scripts but the scripts exit with code zero. Instead, the module prints the `stderr` output to a `debug` channel, so we enable debug information by setting a `localStorage` value in order to see what's going on. Fixes: https://github.com/resin-io/etcher/issues/1034 Change-Type: patch Changelog-Entry: Ignore `stderr` output from drive detection scripts if they exit with code zero. Signed-off-by: Juan Cruz Viotti --- lib/gui/index.html | 4 ++++ npm-shrinkwrap.json | 16 +++++++++++++--- package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/lib/gui/index.html b/lib/gui/index.html index bc98830c..07042e19 100644 --- a/lib/gui/index.html +++ b/lib/gui/index.html @@ -7,6 +7,10 @@ + + + +