mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 23:49:44 +01:00
Fix testing.nu import of std log (#12392)
# Description `use std/log.nu` does not work, have to `use std log` # User-Facing Changes Fix the testing script. Bug fix.
This commit is contained in:
parent
00b576b7f1
commit
0884d1a5ce
@ -1,4 +1,4 @@
|
||||
use std/log.nu
|
||||
use std log
|
||||
|
||||
def "nu-complete threads" [] {
|
||||
seq 1 (sys|get cpu|length)
|
||||
|
Loading…
Reference in New Issue
Block a user