Re: [w3c/manifest] chore(.travis): check spec for errors/warnings (#739)

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