- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 12 Nov 2018 22:58:55 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 November 2018 06:59:16 UTC
marcoscaceres commented on this pull request. > @@ -0,0 +1,58 @@ +#!/usr/bin/env node +/*eslint-env node*/ +"use strict"; +const { exec } = require("child_process"); +const handler = require("serve-handler"); +const http = require("http"); + +/** + * + * @param {string} cmd A string representing a shell command. + */ +function toExecutable(cmd) { Will just make it a class called `ShellCommand`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/739#discussion_r232915846
Received on Tuesday, 13 November 2018 06:59:16 UTC