suppress pty.js warning

This commit is contained in:
nightwing 2015-04-30 03:36:30 +04:00
parent a400a735ec
commit f9568d8425

View File

@ -9,7 +9,7 @@ define(function(require, module, exports) {
var vfs = new localFs({
root: "/",
// nopty: true,
nopty: true,
defaultEnv: { CUSTOM: 43 }
});