1
0

Fixed Parameters

This commit is contained in:
2025-06-10 16:55:03 +02:00
parent e866e94303
commit 9afb3328ba
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
export def lumen-search-content [searchstr = string]: any -> table {
export def lumen-search-content [searchstr: string]: any -> table {
let $tmp = $in
mut $path = pwd
if ($tmp != null) {