Skip to content

Instantly share code, notes, and snippets.

@the-gigi
Last active May 12, 2021 18:49
Show Gist options
  • Save the-gigi/c21069454190486480489e4e078d05cf to your computer and use it in GitHub Desktop.
Save the-gigi/c21069454190486480489e4e078d05cf to your computer and use it in GitHub Desktop.
const promise = Deno.run({cmd: ['deno', 'eval', 'console.log(2+3)']})
await promise.status()
/*
Output:
5
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment