mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-20 01:18:52 +00:00
fix plugin call
This commit is contained in:
parent
a1e72e38ef
commit
4877bb4956
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
class Storage {
|
class Storage {
|
||||||
constructor(embark, _options){
|
constructor(embark, options){
|
||||||
this.embark = embark;
|
this.embark = embark;
|
||||||
this.storageConfig = embark.config.storageConfig;
|
this.storageConfig = embark.config.storageConfig;
|
||||||
this.plugins = options.plugins;
|
this.plugins = options.plugins;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user