mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 02:38:58 +00:00
debug
This commit is contained in:
parent
3dd50112a4
commit
b9b9feff1a
1 changed files with 7 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue