Skip to content

Instantly share code, notes, and snippets.

@kamilogorek
Created September 19, 2018 14:21
Show Gist options
  • Save kamilogorek/cfbe9f92196c6c61053b28b2d42e2f5d to your computer and use it in GitHub Desktop.
Save kamilogorek/cfbe9f92196c6c61053b28b2d42e2f5d to your computer and use it in GitHub Desktop.
function externalLibrary (date) {
throw new Error(`externalLibrary method broken: ${date}`);
}
externalLibrary(Date.now());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment