mirror of
https://github.com/janet-lang/janet
synced 2025-04-04 06:16:55 +00:00
Add some tracing.
This commit is contained in:
parent
1844beecc3
commit
de977819ce
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user