Skip to content

Instantly share code, notes, and snippets.

@simon-p-r
Created May 17, 2017 14:54
Show Gist options
  • Save simon-p-r/643bef610bfd3f8c4b9fd89d9c054d1a to your computer and use it in GitHub Desktop.
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
'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