Skip to content

Instantly share code, notes, and snippets.

@kardolus
Last active November 11, 2020 21:37
Show Gist options
  • Save kardolus/08263c907fc014901390a7d885237f9f to your computer and use it in GitHub Desktop.
Save kardolus/08263c907fc014901390a7d885237f9f to your computer and use it in GitHub Desktop.
Sam jamsession
cors:
whitelist:
- https://localhost:3000
- https://marketplug.app
alpaca:
schedule:
start: 9
close: 19
whatsThisName()
function whatsThisName() {
logError("hi there")
}
function logError(message) {
const caller = arguments.callee.caller.name;
console.log(caller, message);
// I'm sure you can add line numbers
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment