We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35c858e + a5fb9be commit f6479d6Copy full SHA for f6479d6
lib/core/file.js
@@ -7,7 +7,7 @@ const utils = require('../utils/utils');
7
class File {
8
9
constructor (options) {
10
- this.filename = options.filename;
+ this.filename = options.filename.replace(/\\/g, '/');
11
this.type = options.type;
12
this.path = options.path;
13
this.basedir = options.basedir;
0 commit comments