Skip to content

Commit 8060322

Browse files
committed
Less agressive browsers diff error
1 parent 1e7831e commit 8060322

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

index.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,8 @@ module.exports = function updateDB(print = defaultPrint) {
322322
)
323323
} else {
324324
print(
325-
pico.red(
326-
'\n' +
327-
listError.stack +
328-
'\n\n' +
329-
'Problem with browser list retrieval.\n' +
325+
pico.gray(
326+
'Problem with browser list retrieval.\n' +
330327
'Target browser changes won’t be shown.\n'
331328
)
332329
)

0 commit comments

Comments
 (0)