mirror of
https://github.com/wassname/talk.git
synced 2026-07-20 12:40:47 +08:00
Console Error
This commit is contained in:
+1
-1
@@ -9,5 +9,5 @@ try {
|
||||
if (err) throw err;
|
||||
});
|
||||
} catch (err) {
|
||||
console.log('Cannot create settings object.');
|
||||
console.error('Cannot create settings object. ', err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user