Open selfshore opened 3 years ago
修改execjs包下的_external_runtime.py里99行,p = Popen(cmd, stdin=PIPE, stdout=PIPE, stderr=PIPE, cwd=self._cwd, universal_newlines=True, encoding='utf-8') 加上 encoding = 'utf-8'即可
修改execjs包下的_external_runtime.py里99行,p = Popen(cmd, stdin=PIPE, stdout=PIPE, stderr=PIPE, cwd=self._cwd, universal_newlines=True, encoding='utf-8') 加上 encoding = 'utf-8'即可