chore(core): update console statements

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-07 18:04:09 +01:00
committed by Braks
parent 9923586581
commit 6596673726
+2 -1
View File
@@ -62,5 +62,6 @@ const patchSlots = async () => {
}
patchSlots()
// eslint-disable-next-line no-console
.then(() => console.log('slots patched'))
.catch(console.log)
.catch(console.error)