mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-22 11:40:09 +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) {
|
||||
this.plugins = embark.config.plugins;
|
||||
this.fs = embark.fs;
|
||||
}
|
||||
|
||||
registerAPIs() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user