Skip to content

Instantly share code, notes, and snippets.

@lambdabaa
Created April 29, 2013 17:56
Show Gist options
  • Save lambdabaa/5483410 to your computer and use it in GitHub Desktop.
Save lambdabaa/5483410 to your computer and use it in GitHub Desktop.
+ if (!this.envQueue[envId]) {
+ return console.log(
+ 'Attempting to log an test event for the environment: "' + envId +
+ '" but it does not exist. stack: \n' + (new Error()).stack
+ );
+ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment