From 79fd5627da5a9312b0aec1cfc6ac8905aa96290a Mon Sep 17 00:00:00 2001 From: Jed Date: Thu, 21 Jul 2022 14:36:14 +0200 Subject: [PATCH] adds missing shebang in node binary --- bin/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/index.js b/bin/index.js index 5753bca..4af486a 100644 --- a/bin/index.js +++ b/bin/index.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + const process = require('process'); const { PythonShell } = require('python-shell');