mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-15 00:23:10 +00:00
adds missing shebang in node binary
This commit is contained in:
parent
d940fa8797
commit
79fd5627da
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
const process = require('process');
|
||||
const { PythonShell } = require('python-shell');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue