mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 07:30:13 +01:00
Add comment
This commit is contained in:
parent
5a5205d5d9
commit
1b89ccf25b
@ -309,6 +309,7 @@ pub fn parse_module(
|
||||
|
||||
if err.is_none() {
|
||||
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]);
|
||||
|
||||
let decl_id = working_set
|
||||
|
Loading…
Reference in New Issue
Block a user