Incorrect initial execution time in Nushell #2704
Closed
lewis-yeung
started this conversation in
General
Replies: 1 comment
|
@lewis-yeung what in the fresh hell? I suppose we indeed have to work around it. But I'd properly comment that code 😅 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The initial execution time in Nushell is always 823ms because of this code. I asked the maintainer of Nushell, and he said it was an "Easter egg" (see here). Unfortunately,
let-env CMD_DURATION_MS = "0"does not work. However, a workaround can resolve it:@JanDeDobbeleer Should we do this?
All reactions