Skip to content

Instantly share code, notes, and snippets.

@n0ts
Last active August 4, 2016 04:56
Show Gist options
  • Save n0ts/eb01f31ce1386d18bd2c84d5d4ef43ac to your computer and use it in GitHub Desktop.
Save n0ts/eb01f31ce1386d18bd2c84d5d4ef43ac to your computer and use it in GitHub Desktop.
HTML5 details test
<details>
require('does.not.exist')
Error: Cannot find module 'does.not.exist'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at repl:1:1
at REPLServer.defaultEval (repl.js:164:27)
at bound (domain.js:250:14)
at REPLServer.runBound [as eval] (domain.js:263:12)
at REPLServer.<anonymous> (repl.js:393:12)
at emitOne (events.js:82:20)
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment