提交 c0a70034 编写于 作者: S shockey 提交者: GitHub

Merge pull request #3264 from konqi/patch-1

don't use ES6 syntax in a dist package
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @return {string} When run in NodeJS env, returns the absolute path to the current directory * @return {string} When run in NodeJS env, returns the absolute path to the current directory
* When run outside of NodeJS, will return an error message * When run outside of NodeJS, will return an error message
*/ */
const getAbsoluteFSPath = () => { const getAbsoluteFSPath = function () {
// detect whether we are running in a browser or nodejs // detect whether we are running in a browser or nodejs
if (typeof module !== "undefined" && module.exports) { if (typeof module !== "undefined" && module.exports) {
return require("path").resolve(__dirname) return require("path").resolve(__dirname)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册