chore(core): update console statements
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -62,5 +62,6 @@ const patchSlots = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
patchSlots()
|
patchSlots()
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
.then(() => console.log('slots patched'))
|
.then(() => console.log('slots patched'))
|
||||||
.catch(console.log)
|
.catch(console.error)
|
||||||
|
|||||||
Reference in New Issue
Block a user