Last active
August 4, 2016 04:56
-
-
Save n0ts/eb01f31ce1386d18bd2c84d5d4ef43ac to your computer and use it in GitHub Desktop.
HTML5 details test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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