From b629dcce7904cd4dcdc1c5e8d8f88b2985321eda Mon Sep 17 00:00:00 2001 From: yann300 Date: Sun, 14 Oct 2018 13:56:02 +0200 Subject: [PATCH] add forgotten cb --- src/app/plugin/pluginAPI.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/plugin/pluginAPI.js b/src/app/plugin/pluginAPI.js index e83b6c618b..58117fd511 100644 --- a/src/app/plugin/pluginAPI.js +++ b/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')