From 545a528fdb8273cacee16d38a4f29069e2d43c2a Mon Sep 17 00:00:00 2001 From: Prokop Simek Date: Thu, 24 Oct 2019 13:23:00 +0200 Subject: [PATCH] fix(CLI): remove experimental warnings with Unix compatibility --- bin/run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/run b/bin/run index 8a69b506b..f4709dc7d 100755 --- a/bin/run +++ b/bin/run @@ -1,4 +1,5 @@ -#!/usr/bin/env node --no-warnings +#!/bin/sh +":" //# http://sambal.org/?p=1014 ; exec /usr/bin/env node --no-warnings "$0" "$@" /* eslint-disable @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports */ const fs = require('fs');