mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-25 03:45:30 +00:00
Merge branch 'features/import-http-from-contract' into develop
This commit is contained in:
commit
f6479d69fe
@ -7,7 +7,7 @@ const utils = require('../utils/utils');
|
|||||||
class File {
|
class File {
|
||||||
|
|
||||||
constructor (options) {
|
constructor (options) {
|
||||||
this.filename = options.filename;
|
this.filename = options.filename.replace(/\\/g, '/');
|
||||||
this.type = options.type;
|
this.type = options.type;
|
||||||
this.path = options.path;
|
this.path = options.path;
|
||||||
this.basedir = options.basedir;
|
this.basedir = options.basedir;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user