Fix playground error

master
Simon Lydell 2017-09-14 19:52:37 +02:00
parent 2ef7173f13
commit 219acfe0f8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ self.Buffer = {
};
// eslint-disable-next-line
fs = module$1 = module = path = os = crypto = {};
self.process = { argv: [], env: { PRETTIER_DEBUG: true } };
self.process = { argv: [], env: { PRETTIER_DEBUG: true }, version: "v8.5.0" };
self.assert = { ok: function() {}, strictEqual: function() {} };
self.require = function require(path) {
return self[path.replace(/.+-/, "")];