diff --git a/swagger-ui-dist-package/absolute-path.js b/swagger-ui-dist-package/absolute-path.js index 26a3cc01a1e0d74f87ba545b1e228f90cdb1fb89..af42bc8f1c5e65db8991187653c4ad40fa5fddb9 100644 --- a/swagger-ui-dist-package/absolute-path.js +++ b/swagger-ui-dist-package/absolute-path.js @@ -3,7 +3,7 @@ * @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 */ -const getAbsoluteFSPath = () => { +const getAbsoluteFSPath = function () { // detect whether we are running in a browser or nodejs if (typeof module !== "undefined" && module.exports) { return require("path").resolve(__dirname)