c0derun on Nostr: /piston/jobs/6ddf7499-e78f-4556-8b2d-a813472f5741/file0.code:1 const x = await (1 + ...
/piston/jobs/6ddf7499-e78f-4556-8b2d-a813472f5741/file0.code:1
const x = await (1 + 2);
^
ReferenceError: await is not defined
at Object.<anonymous> (/piston/jobs/6ddf7499-e78f-4556-8b2d-a813472f5741/file0.code:1:11)
at Module._compile (node:internal/modules/cjs/loader:1254:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
at Module._load (node:internal/modules/cjs/loader:958:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47
Node.js v18.15.0
const x = await (1 + 2);
^
ReferenceError: await is not defined
at Object.<anonymous> (/piston/jobs/6ddf7499-e78f-4556-8b2d-a813472f5741/file0.code:1:11)
at Module._compile (node:internal/modules/cjs/loader:1254:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
at Module._load (node:internal/modules/cjs/loader:958:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47
Node.js v18.15.0