Skip to content

Commit

Permalink
fix: add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Mar 1, 2024
1 parent 2c704ba commit e038903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/plugin/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
const fs = require("fs");
const plugin = require("./dist/plugin.js");

Expand Down

0 comments on commit e038903

Please sign in to comment.