mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
fix the std log
import (#524)
This commit is contained in:
parent
a120a2e026
commit
b901e0737e
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
#!/usr/bin/env nu
|
||||
|
||||
use std [
|
||||
"log info"
|
||||
"log error"
|
||||
]
|
||||
use std log
|
||||
|
||||
def open-pr [
|
||||
repo: path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue