Skip to content

Instantly share code, notes, and snippets.

@ondras
Created September 22, 2015 06:24
Show Gist options
  • Save ondras/3e71c0bf2ba42660a2ab to your computer and use it in GitHub Desktop.
Save ondras/3e71c0bf2ba42660a2ab to your computer and use it in GitHub Desktop.
node require cache
require("./b.js");
require("console").log("a processing");
require("./a.js");
require("console").log("b processing");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment