You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue seems to be related to Windows and its path delimiter.
Adding .replace(/\\/g, '/')
in FileSizeReporter
Solves the problem and don't seem to cause any issues on other OS
Would happily submit a PR for this
The text was updated successfully, but these errors were encountered:
Is this a bug report?
Yes
Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
windows, build, size
Environment
Steps to Reproduce
Expected Behavior
the output would show that the file size has increased if a previous build was present
Actual Behavior
Nothing else except the current filesize is show
Before: http://prntscr.com/kndf9p
After: http://prntscr.com/kndit2
Possible Solution
The issue seems to be related to Windows and its path delimiter.
Adding
.replace(/\\/g, '/')
in FileSizeReporter
Solves the problem and don't seem to cause any issues on other OS
Would happily submit a PR for this
The text was updated successfully, but these errors were encountered: