@fastgpt-sdk/sandbox-adapter 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -844,7 +844,6 @@ class SealosDevboxAdapter extends BaseSandboxAdapter {
|
|
|
844
844
|
timeoutSeconds: options?.timeoutMs ? Math.ceil(options.timeoutMs / 1000) : undefined
|
|
845
845
|
});
|
|
846
846
|
if (!res.data) {
|
|
847
|
-
console.log(res);
|
|
848
847
|
throw new CommandExecutionError(`Command execution failed: ${command}`, command);
|
|
849
848
|
}
|
|
850
849
|
return {
|
package/package.json
CHANGED