From 45313f4dba724ff1bfa6300f254ce758173e646a Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 5 Mar 2019 11:09:29 -0800 Subject: [PATCH] Add more debug info --- js/components/MilkdropWindow/Milkdrop.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/components/MilkdropWindow/Milkdrop.js b/js/components/MilkdropWindow/Milkdrop.js index ea04b966..4cb65200 100644 --- a/js/components/MilkdropWindow/Milkdrop.js +++ b/js/components/MilkdropWindow/Milkdrop.js @@ -36,6 +36,7 @@ class Milkdrop extends React.Component { // https://github.com/captbaritone/webamp/issues/731 throw new Error("Visualizer not initialized. WAT."); } + this.__debugState = "VISUALIZER_CREATED"; this.visualizer.connectAudio(this.props.analyser); this.presetCycle = !this.props.initialPreset; if (this.props.initialPreset) {