Skip to content

Commit b7dbe88

Browse files
committed
make cli self-executing
1 parent 471d42d commit b7dbe88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli.js

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#! node --inspect
12
const MemJS = require(".");
23
const client = MemJS.Client.create();
34

0 commit comments

Comments
 (0)