From 887528397c85dbf841efbbd96930f47a0cd4951e Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 15 Oct 2019 16:49:23 +0200 Subject: [PATCH] :lipstick: code-web.js --- scripts/code-web.js | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 scripts/code-web.js diff --git a/scripts/code-web.js b/scripts/code-web.js old mode 100644 new mode 100755 index 8e092cb39a1..53c4366405d --- a/scripts/code-web.js +++ b/scripts/code-web.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information.