From de977819ce769b099934abeeb409096a3f4a273b Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 26 May 2024 09:03:01 -0500 Subject: [PATCH] Add some tracing. --- src/boot/boot.janet | 4 ++-- test/suite-buffer.janet | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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