deasync icon indicating copy to clipboard operation
deasync copied to clipboard

TypeError: Generator is already running in REPL

Open pannous opened this issue 7 years ago • 1 comments

deasync stopped working in node 7.5.0 REPL:

wget=require('deasync')(require('node-fetch'))
console.log(wget("http://google.com"))

TypeError: Generator is already running

works fine otherwise

pannous avatar Feb 03 '17 23:02 pannous