mirror of
https://github.com/nushell/nushell.git
synced 2025-04-14 16:28:17 +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.microsecond = $current.microsecond - 1
|
||||
if $current.microsecond < 0 {
|
||||
$current = (borrow-borrow-millisecond $from $current)
|
||||
$current = (borrow-millisecond $from $current)
|
||||
}
|
||||
|
||||
$current
|
||||
|
Loading…
Reference in New Issue
Block a user