1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 15:13:16 +00:00

Add some tracing.

This commit is contained in:
Calvin Rose 2024-05-26 09:03:01 -05:00
parent 1844beecc3
commit de977819ce
2 changed files with 3 additions and 3 deletions

View File

@ -4007,11 +4007,11 @@
(defn- bundle-dir
[&opt bundle-name]
(string (bundle-rpath (dyn *syspath*)) "/bundle/" bundle-name))
(tracev (string (bundle-rpath (dyn *syspath*)) "/bundle/" bundle-name)))
(defn- bundle-file
[bundle-name filename]
(string (bundle-rpath (dyn *syspath*)) "/bundle/" bundle-name "/" filename))
(tracev (string (bundle-rpath (dyn *syspath*)) "/bundle/" bundle-name "/" filename)))
(defn- get-manifest-filename
[bundle-name]

View File

@ -1,4 +1,4 @@
# Copyright (c) 2023 Calvin Rose
# Copyright (c) 2024 Calvin Rose
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to