mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-06 20:55:23 -05:00
one more bugbot comment
This commit is contained in:
@@ -971,6 +971,7 @@ export async function executeInIsolatedVM(
|
||||
req.timeoutMs
|
||||
)
|
||||
if (leaseAcquireResult === 'limit_exceeded') {
|
||||
maybeCleanupOwner(ownerKey)
|
||||
return {
|
||||
result: null,
|
||||
stdout: '',
|
||||
@@ -982,6 +983,7 @@ export async function executeInIsolatedVM(
|
||||
}
|
||||
}
|
||||
if (leaseAcquireResult === 'unavailable') {
|
||||
maybeCleanupOwner(ownerKey)
|
||||
return {
|
||||
result: null,
|
||||
stdout: '',
|
||||
|
||||
Reference in New Issue
Block a user