mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
remove leftover pop
This commit is contained in:
parent
0a728d8727
commit
206556e967
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ func bad(n: NimNode, argument: string = "") =
|
||||||
if argument != "":
|
if argument != "":
|
||||||
msg &= " for argument: " & argument
|
msg &= " for argument: " & argument
|
||||||
error msg
|
error msg
|
||||||
{.pop.}
|
|
||||||
|
|
||||||
func getFlagParamNode(node: NimNode): NimNode =
|
func getFlagParamNode(node: NimNode): NimNode =
|
||||||
case node.kind
|
case node.kind
|
||||||
|
|
Loading…
Reference in a new issue