mirror of
https://github.com/nushell/nushell.git
synced 2025-01-03 13:00:08 +01:00
Windows speaks \r
This commit is contained in:
parent
5ca9d307c6
commit
c7531d6b3d
@ -36,6 +36,7 @@ macro_rules! nu {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let _s = _s.replace("\r\n", "");
|
||||||
let $out = _s.replace("\n", "");
|
let $out = _s.replace("\n", "");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user