Skip to content

Commit fd36c3a

Browse files
committed
feature(spawnify) set spawn when "$" used
1 parent 09c4ada commit fd36c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spawnify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'~', '>', '<', '#',
6969
'*', '&', '{', '}',
7070
'|', '\'','"', ';',
71-
'`'
71+
'`', '$'
7272
],
7373

7474
isSymbol = isContain(command, symbolsExec);

0 commit comments

Comments
 (0)