fix portability of `sandbox.run_code()` on Node.js 0.1x (#2078)
authorAlex Lam S.L <alexlamsl@gmail.com>
Fri, 9 Jun 2017 17:08:58 +0000 (01:08 +0800)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2017 17:08:58 +0000 (01:08 +0800)
commit4ad7b1dae46fb5bf98f12859b2906381421563d4
treed3ea1801fedbcc30a34da5bde79fa6a2bd9534c2
parent9186859cb7df0b1f7ac328e19979b14967dbadf2
fix portability of `sandbox.run_code()` on Node.js 0.1x (#2078)
test/compress/sandbox.js [new file with mode: 0644]
test/sandbox.js