Skip to content

Instantly share code, notes, and snippets.

@udittyagi
Created August 25, 2019 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save udittyagi/f5e07d160a895f52597185dd8119af1a to your computer and use it in GitHub Desktop.
Save udittyagi/f5e07d160a895f52597185dd8119af1a to your computer and use it in GitHub Desktop.
console.log('main starting');
const a = require('./a.js');
const b = require('./b.js');
console.log('in main, a.done = %j, b.done = %j', a.done, b.done);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment