Skip to content

Commit 3ad55c8

Browse files
authored
Update lib.js
1 parent 30240c7 commit 3ad55c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var db = (sdb) => {
5656

5757
export default {
5858

59-
sh: async(first){
59+
sh: async function(first){
6060
var cmd = first instanceof Array ? first[0] : first;
6161
var p = Bun.spawn(["sh", "-c", cmd], {
6262
stdin: null,

0 commit comments

Comments
 (0)