diff options
author | 2022-08-18 00:22:24 -0700 | |
---|---|---|
committer | 2022-08-18 00:22:24 -0700 | |
commit | 5de8271181985751f8fc04b6fd9fd4be4c457d1e (patch) | |
tree | acf6e1d0f5493acdf3dd47729e99bc2102d28e88 /test/bun.js/reactdom-bun.js | |
parent | f4ff5ecbdf653a11e48943628b8bc363cbb44680 (diff) | |
download | bun-5de8271181985751f8fc04b6fd9fd4be4c457d1e.tar.gz bun-5de8271181985751f8fc04b6fd9fd4be4c457d1e.tar.zst bun-5de8271181985751f8fc04b6fd9fd4be4c457d1e.zip |
Handle builds with remote inspector disabled
Diffstat (limited to 'test/bun.js/reactdom-bun.js')
-rw-r--r-- | test/bun.js/reactdom-bun.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bun.js/reactdom-bun.js b/test/bun.js/reactdom-bun.js index 298d16cc7..c489314fb 100644 --- a/test/bun.js/reactdom-bun.js +++ b/test/bun.js/reactdom-bun.js @@ -34,7 +34,7 @@ function t(a, b) { return !0; } function ba(a) { - a.flush(false); + // a.flush(false); } var ca = new TextEncoder(); function u(a) { |