Merge branch 'develop' of https://github.com/ciderapp/Cider into develop
This commit is contained in:
commit
1b62a5a75e
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ export class Plugins {
|
||||||
store: utils.getStore(),
|
store: utils.getStore(),
|
||||||
utils: utils,
|
utils: utils,
|
||||||
win: utils.getWindow(),
|
win: utils.getWindow(),
|
||||||
dir: pluginPath
|
dir: pluginPath,
|
||||||
|
dirName: file
|
||||||
}
|
}
|
||||||
plugins[plugin.name] = new plugin(pluginEnv);
|
plugins[plugin.name] = new plugin(pluginEnv);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue