Update cmdInterpreterAPI.js

pull/3094/head
yann300 6 years ago committed by GitHub
parent 108441dd5a
commit 6f984c3d54
  1. 2
      src/lib/cmdInterpreterAPI.js

@ -174,7 +174,7 @@ class CmdInterpreterAPI {
}
}
setFile (path, content, cb) {
cb = cb || () => {}
cb = cb || function () {}
var provider = this._deps.fileManager.fileProviderOf(path)
if (provider) {
provider.set(path, content, (error) => {

Loading…
Cancel
Save