pipe led.plotbargraph through console.log (#1557)
This commit is contained in:
@ -46,7 +46,7 @@ namespace console {
|
||||
//%
|
||||
export function addListener(listener: (text: string) => void) {
|
||||
if (!listener) return;
|
||||
if (!listener)
|
||||
if (!listeners)
|
||||
listeners = [];
|
||||
listeners.push(listener);
|
||||
}
|
||||
|
Reference in New Issue
Block a user