mirror of
https://github.com/nushell/nushell.git
synced 2025-04-16 09:18:21 +02:00
oops, completion bug
This commit is contained in:
parent
dad810ac33
commit
8f185920cf
@ -104,7 +104,7 @@ def borrow-microsecond [from: record, current: record] {
|
|||||||
$current.nanosecond = $current.nanosecond + 1_000
|
$current.nanosecond = $current.nanosecond + 1_000
|
||||||
$current.microsecond = $current.microsecond - 1
|
$current.microsecond = $current.microsecond - 1
|
||||||
if $current.microsecond < 0 {
|
if $current.microsecond < 0 {
|
||||||
$current = (borrow-borrow-millisecond $from $current)
|
$current = (borrow-millisecond $from $current)
|
||||||
}
|
}
|
||||||
|
|
||||||
$current
|
$current
|
||||||
|
Loading…
Reference in New Issue
Block a user