1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-07 01:52:03 +02:00

Fix testing.nu import of std log ()

# 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:
Devyn Cairns
2024-04-05 18:29:19 -07:00
committed by GitHub
parent 00b576b7f1
commit 0884d1a5ce

@ -1,4 +1,4 @@
use std/log.nu use std log
def "nu-complete threads" [] { def "nu-complete threads" [] {
seq 1 (sys|get cpu|length) seq 1 (sys|get cpu|length)