fix(@embark/stack/pipeline): set missing this.fs to embark.fs

This commit is contained in:
Michael Bradley, Jr 2019-09-15 12:53:30 -05:00
parent c69a4734d3
commit 86a97667e8

View File

@ -5,6 +5,7 @@ class API {
constructor(embark, _options) {
this.plugins = embark.config.plugins;
this.fs = embark.fs;
}
registerAPIs() {