@@ -1,5 +1,3 @@
-#!/usr/bin/env node
-
/*
* Copyright 2010-2020 Gildas Lormeau
* contact : gildas.lormeau <at> gmail.com
@@ -204,4 +202,4 @@ function getFilename(filename, index = 1) {
function escapeRegExp(string) {
return string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
-}
+}