mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-22 20:18:22 +00:00
make sure all file names are using forward slashes
This commit is contained in:
parent
d48c971471
commit
c212a9b90c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user