Skip to content

Commit

Permalink
add some debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AriehSchneier committed Nov 19, 2024
1 parent f0d1ff4 commit 95c6ea5
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 0 deletions.
Binary file modified internal/bundles/assets/import_openapi_cli.arraiz
Binary file not shown.
Binary file modified internal/bundles/assets/import_proto_cli.arraiz
Binary file not shown.
Binary file modified internal/bundles/assets/import_sql_cli.arraiz
Binary file not shown.
Binary file modified internal/bundles/assets/transformer_cli.arraiz
Binary file not shown.
Binary file modified internal/bundles/exporters/proto/transform.arraiz
Binary file not shown.
Binary file modified internal/bundles/exporters/spanner/transform.arraiz
Binary file not shown.
Binary file modified internal/bundles/importers/jsonschema/transform.arraiz
Binary file not shown.
3 changes: 3 additions & 0 deletions pkg/importer/proto/proto_importer.arrai
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ let importDir = \dir \importPaths
let isProto = \path //seq.has_suffix(".proto", path);

let paths = //os.tree(dir) => .path;
let _ = //log.print((:paths));
let files = (paths where isProto(.)) orderby .;
let _ = //log.print((:files));
let _ = //log.print((:importPaths));

importFiles((:importPaths), files)
;
Expand Down
Binary file modified pkg/plugins/integration_model_plugin.arraiz
Binary file not shown.

0 comments on commit 95c6ea5

Please sign in to comment.