We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733c2c7 commit 0dd9332Copy full SHA for 0dd9332
packages/pptr/lib/customMode.mjs
@@ -24,7 +24,7 @@ async function customModeTask({ taskDetail, page }){
24
// use vm to limit custom mode script's total time
25
// vm is not safe
26
let execResult = runFuncInVm({taskDetail, page, nodeFetch, fnString});
27
- return String(execResult);
+ return execResult;
28
} catch (error) {
29
console.error(error);
30
// TODO here is not so right
0 commit comments