add forgotten cb

pull/1/head
yann300 6 years ago
parent ccbb64408e
commit b629dcce79
  1. 1
      src/app/plugin/pluginAPI.js

@ -115,6 +115,7 @@ module.exports = (pluginManager, fileProviders, fileManager, compiler, udapp) =>
provider.set(path, content, (error) => {
if (error) return cb(error)
fileManager.syncEditor(path)
cb()
})
} else {
cb(path + ' not available')

Loading…
Cancel
Save