Merge branch 'features/import-http-from-contract' into develop

This commit is contained in:
Jonathan Rainville 2018-04-20 14:55:05 -04:00
commit f6479d69fe
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const utils = require('../utils/utils');
class File {
constructor (options) {
this.filename = options.filename;
this.filename = options.filename.replace(/\\/g, '/');
this.type = options.type;
this.path = options.path;
this.basedir = options.basedir;