diff --git a/src/boot/boot.janet b/src/boot/boot.janet index fe596c57..c7e6372e 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -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] diff --git a/test/suite-buffer.janet b/test/suite-buffer.janet index 9821e384..b6ceecec 100644 --- a/test/suite-buffer.janet +++ b/test/suite-buffer.janet @@ -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