mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-08 20:05:44 +00:00
fix(@embark/stack/pipeline): set missing this.fs
to embark.fs
This commit is contained in:
parent
c69a4734d3
commit
86a97667e8
@ -5,6 +5,7 @@ class API {
|
|||||||
|
|
||||||
constructor(embark, _options) {
|
constructor(embark, _options) {
|
||||||
this.plugins = embark.config.plugins;
|
this.plugins = embark.config.plugins;
|
||||||
|
this.fs = embark.fs;
|
||||||
}
|
}
|
||||||
|
|
||||||
registerAPIs() {
|
registerAPIs() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user