anonimitoraf / skerrick

REPL-driven development for NodeJS
GNU General Public License v3.0
103 stars 6 forks source link

Async logging, etc, don't get captured as part of response #4

Closed anonimitoraf closed 2 years ago

anonimitoraf commented 2 years ago

For example

(async () => {
  const m = await import('./input-1');
  console.log('Module imported dynamically', m);
  return m;
})();
anonimitoraf commented 2 years ago

Fixed with https://github.com/anonimitoraf/skerrick/commit/f418d6b5ea12b32d549ae8090dd97417abcfad4a