Skip to content

Instantly share code, notes, and snippets.

@simon-p-r
Created May 17, 2017 14:54
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