mirror of
https://github.com/nushell/nushell.git
synced 2025-04-02 20:27:11 +02:00
Add comment
This commit is contained in:
parent
5a5205d5d9
commit
1b89ccf25b
@ -309,6 +309,7 @@ pub fn parse_module(
|
|||||||
|
|
||||||
if err.is_none() {
|
if err.is_none() {
|
||||||
let decl_name =
|
let decl_name =
|
||||||
|
// parts[1] is safe since it's checked in parse_def already
|
||||||
working_set.get_span_contents(pipeline.commands[0].parts[1]);
|
working_set.get_span_contents(pipeline.commands[0].parts[1]);
|
||||||
|
|
||||||
let decl_id = working_set
|
let decl_id = working_set
|
||||||
|
Loading…
Reference in New Issue
Block a user