- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 12 Nov 2018 22:53:21 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 November 2018 06:53:42 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) {
Good suggestion. Will change.
--
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_r232914876
Received on Tuesday, 13 November 2018 06:53:42 UTC