log -> console.log
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
/* exported log */
|
||||
export function gr_log(msg) {
|
||||
log(`[GravaterExtension] ${msg}`);
|
||||
console.log(`[GravaterExtension] ${msg}`);
|
||||
}
|
||||
|
||||
/* exported debug */
|
||||
|
||||
Reference in New Issue
Block a user