Skip to content

Commit

Permalink
log in correct function
Browse files Browse the repository at this point in the history
  • Loading branch information
AriehSchneier committed Nov 19, 2024
1 parent 95c6ea5 commit d04059c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified internal/bundles/assets/import_proto_cli.arraiz
Binary file not shown.
2 changes: 2 additions & 0 deletions pkg/importer/proto/proto_importer.arrai
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ let importParsed = \config \parsed
let importFiles = \config \files
let (?:importPaths:'', ?:shallow:false, ...) = config;
let importPaths = cond {importPaths: //seq.split(",", importPaths)} || [];
let _ = //log.print((:importPaths));
let _ = //log.print((:files));
let imported = import((:importPaths), files);

let filesToExclude = shallow &&
Expand Down

0 comments on commit d04059c

Please sign in to comment.