mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
don't export tryImport
This commit is contained in:
parent
38888ead0d
commit
d6e831367c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
import std/[tables]
|
||||
import ./bbansi
|
||||
|
||||
template tryImport*(x, body) =
|
||||
template tryImport(x, body) =
|
||||
when not (compiles do: import x): body else: import x
|
||||
tryImport pkg/cligen:
|
||||
{.fatal: "hwylterm/cli requires cligen>=1.7.5".}
|
||||
|
|
Loading…
Reference in a new issue