This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
/* eslint-disable */
|
||||
//////////////////////////////////////////////////////
|
||||
//in-memory log, keeps up to 100 of the past log items
|
||||
//
|
||||
import cbuffer from "./cbuffer";
|
||||
|
||||
const buffer = new cbuffer(10);
|
||||
const buffer = new cbuffer(100);
|
||||
export default {
|
||||
log(msg, obj) {
|
||||
if (obj) {
|
||||
|
||||
Reference in New Issue
Block a user