From b426d86ff5371fcc2a64e2a011e4591a1612824f Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 21 Nov 2024 10:54:52 +0000 Subject: [PATCH] refactor(binlib): future todo comment details --- core/src/init.luau | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/init.luau b/core/src/init.luau index 38a4d11..5bb78da 100644 --- a/core/src/init.luau +++ b/core/src/init.luau @@ -87,6 +87,9 @@ function installTool(tool: ToolId) --[[ #!/bin/env -S lune run + -- First off, we check whether the tool is installed in pesde.toml + -- if we're being run as a symlink, and not a `pesde x` bin + local pathInfo = debug.info(1, "s") local path = string.sub(pathInfo, 10, #pathInfo - 2))