Explorar el Código

Merge branch 'master' into feature/remove-babel-polyfill

bubble
shockey hace 7 años
committed by GitHub
padre
commit
ed08d9fb88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      swagger-ui-dist-package/absolute-path.js

+ 1
- 1
swagger-ui-dist-package/absolute-path.js Ver fichero

@@ -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)


Cargando…
Cancelar
Guardar