From 2222bcdf3181884de0d5c4617ebbca34bbdb9ad2 Mon Sep 17 00:00:00 2001 From: vcarvajal-sigsci Date: Wed, 12 Feb 2025 09:55:06 -0800 Subject: [PATCH] test with change --- integration-tests/js-compute/setup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/js-compute/setup.js b/integration-tests/js-compute/setup.js index 2b96cd1fe8..ecd284f171 100755 --- a/integration-tests/js-compute/setup.js +++ b/integration-tests/js-compute/setup.js @@ -122,6 +122,7 @@ async function setupSecretStore() { return res; } } catch { + console.log(`//~:VEC caught exception in sstore`); return []; } })();