Closed patrickarlt closed 9 years ago
try window.close()
after t.end()
also, you don't need to use window.close()
with tape, just pipe into tape-run
and that will take care of it
the new version using electron fixes a lot of issues, this should be gone
Given the following file:
and this test command
browserify ./test/index.js -t [ babelify ] | browser-run
browser-run 2.6.0 produces the following output:
but browser run 2.6.1 produces this:
and then proceeds to hang.