mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
parent
7c0cc62b2c
commit
37a9ae2e5a
1 changed files with 3 additions and 1 deletions
|
|
@ -843,7 +843,9 @@ class Uppy {
|
|||
if (msg === `${msg}`) {
|
||||
console.log(message)
|
||||
} else {
|
||||
console.dir(message)
|
||||
message = `[Uppy] [${Utils.getTimeStamp()}]`
|
||||
console.log(message)
|
||||
console.dir(msg)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue