This commit is contained in:
2016-09-17 23:11:44 +02:00
parent eeab2cf0cd
commit d732d1ba97
14 changed files with 67 additions and 52 deletions

View File

@ -98,7 +98,7 @@ export let toStringSync = function(fileArg:plugins.vinyl){
* @param fileBaseArg
*/
export let toFs = function(fileContentArg:string|vinyl,filePathArg){
let done = plugins.Q.defer();
let done = plugins.q.defer();
//function checks to abort if needed
if (!fileContentArg || !filePathArg) throw new Error("expected valid arguments");