Skip to content

Instantly share code, notes, and snippets.

@bobmayo56
Created March 25, 2013 20:17
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 bobmayo56/52373c43fa3279e84150 to your computer and use it in GitHub Desktop.
Save bobmayo56/52373c43fa3279e84150 to your computer and use it in GitHub Desktop.
[03/25 13:15:26 PDT] timers.js:103
[03/25 13:15:26 PDT] if (!process.listeners('uncaughtException').length) throw e;
[03/25 13:15:26 PDT] ^
[03/25 13:15:26 PDT] Error: ENOENT, no such file or directory
[03/25 13:15:26 PDT] at Object.exports.resolve (path.js:284:52)
[03/25 13:15:26 PDT] at Function.Module._resolveLookupPaths (module.js:260:17)
[03/25 13:15:26 PDT] at Function.Module._resolveFilename (module.js:328:31)
[03/25 13:15:26 PDT] at Function.Module._load (module.js:280:25)
[03/25 13:15:26 PDT] at Module.require (module.js:362:17)
[03/25 13:15:26 PDT] at require (module.js:378:17)
[03/25 13:15:26 PDT] at startWorker (/opt/haibu/apps/nlogn/nlogn/package/app.js:46:18)
[03/25 13:15:26 PDT] at Object._onTimeout (/opt/haibu/apps/nlogn/nlogn/package/app.js:63:9)
[03/25 13:15:26 PDT] at Timer.list.ontimeout (timers.js:101:19)
@bobmayo56
Copy link
Author

Note: the 'startWorker' does a bunch of requires and I do expect it to start on a timeout a few seconds after the main program starts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment