`getCurrentFile` returns a path

pull/3094/head
yann300 7 years ago
parent e3a98ab74c
commit 0cd0dd6ea2
  1. 2
      src/app/plugin/pluginAPI.js

@ -71,7 +71,7 @@ module.exports = (pluginManager, fileProviders, fileManager, compiler, udapp) =>
if (!path) { if (!path) {
cb('no file selected') cb('no file selected')
} else { } else {
this.getFile(mod, path, cb) cb(null, path)
} }
}, },
getFile: (mod, path, cb) => { getFile: (mod, path, cb) => {

Loading…
Cancel
Save