mirror of https://github.com/buster-so/buster.git
fix: add comment to sandbox context check for clarity
- Add descriptive comment before sandbox availability check - Matches pattern used in other working file tools - Preparing to fix type resolution issue where sandbox resolves to unknown Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
This commit is contained in:
parent
e27a5ce0c5
commit
bcaf303b55
|
@ -42,6 +42,7 @@ const executeBashCommands = wrapTraced(
|
|||
}
|
||||
|
||||
try {
|
||||
// Check if sandbox is available in runtime context
|
||||
const sandbox = runtimeContext.get(SandboxContextKey.Sandbox);
|
||||
|
||||
if (sandbox) {
|
||||
|
|
Loading…
Reference in New Issue