fix some things

This commit is contained in:
2016-07-01 06:07:58 +02:00
parent db2a0c2992
commit d20742f881
17 changed files with 68 additions and 68 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");