From b9b9feff1aecd70cdec0457a20942869da899e52 Mon Sep 17 00:00:00 2001 From: Harry Hedger Date: Fri, 1 Jul 2016 19:15:27 -0400 Subject: [PATCH] debug --- src/plugins/GoogleDrive.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/plugins/GoogleDrive.js b/src/plugins/GoogleDrive.js index c50f9e318..5b53148de 100644 --- a/src/plugins/GoogleDrive.js +++ b/src/plugins/GoogleDrive.js @@ -53,6 +53,13 @@ export default class Google extends Plugin { this.socket.on('uppy.debug', (payload) => { console.log('GOOGLE DEBUG:') console.log(payload) + + try { + const pay = JSON.parse(payload) + console.log(pay) + } catch (e) { + console.log(e) + } }) this.socket.on('google.list.ok', (data) => {