`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) {
cb('no file selected')
} else {
this.getFile(mod, path, cb)
cb(null, path)
}
},
getFile: (mod, path, cb) => {

Loading…
Cancel
Save