From 24e8a2c0bb94dc9976b84fd1bdae1c34304b1f07 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Mon, 20 Mar 2017 23:32:24 +0000 Subject: [PATCH] remove padEnd --- bin/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.js b/bin/cli.js index 7348645..f8c6095 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node --harmony_string_padding +#!/usr/bin/env node 'use strict' const LocalWebServer = require('../') const localWebServer = new LocalWebServer()