Created
May 17, 2017 14:54
-
-
Save simon-p-r/643bef610bfd3f8c4b9fd89d9c054d1a to your computer and use it in GitHub Desktop.
No stack trace throw when running this code on Windows Server 2008 R2
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
'use strict'; | |
const Joi = require('joi'); | |
const schema = Joi.string(); | |
const attempt = Joi.attempt({}, schema); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment