- can override settings by edit "/etc/wsl.conf"
- normally this file is not exists at first
$ sudo vi /etc/wsl.conf
[interop]
appendWindowsPath = false
| String.prototype.padLeft = function (n, str) { | |
| if (n < String(this).length) { | |
| return this.toString(); | |
| } | |
| else { | |
| return Array(n - String(this).length + 1).join(str || '0') + this; | |
| } | |
| } | |
| function crc16(s) { |