fix
This commit is contained in:
@ -15,7 +15,7 @@ export let build = function(){
|
||||
}
|
||||
|
||||
let readDockerfiles = function(){
|
||||
return plugins.trhough2(function(file,enc,cb){
|
||||
return plugins.through2(function(file,enc,cb){
|
||||
let myDockerfile = new Dockerfile({
|
||||
filePath:file.path,
|
||||
read:true
|
||||
|
@ -9,4 +9,5 @@ export let request = require("request");
|
||||
export let shelljs = require("shelljs");
|
||||
export import smartssh = require("smartssh");
|
||||
export import smartstring = require("smartstring");
|
||||
export import smartfile = require("smartfile");
|
||||
export import smartfile = require("smartfile");
|
||||
export let through2 = require("through2");
|
Reference in New Issue
Block a user