Add a fixme

This commit is contained in:
eight 2019-02-13 10:33:49 +08:00
parent 18c52c0e38
commit 8a1d38eca8

View File

@ -440,6 +440,7 @@ const APPLY = (() => {
function stop() { function stop() {
if (!observing) return; if (!observing) return;
// FIXME: do we need this?
observer.takeRecords(); observer.takeRecords();
observer.disconnect(); observer.disconnect();
observing = false; observing = false;