Skip to content

Commit 7108e26

Browse files
authored
Update outdated std log import in std_log.nu (#1113)
Signed-off-by: Oscar <[email protected]>
1 parent 308e38f commit 7108e26

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

snippets/book/std_log.nu

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
use std 'log debug'
2-
use std 'log info'
3-
use std 'log warning'
4-
use std 'log error'
5-
use std 'log critical'
1+
use std log
62

73
def main [] {
84
log debug "Debug message"

0 commit comments

Comments
 (0)