From 1c9377ec696c1f8269bf30a7af1e4a9566d55625 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 20 Jul 2024 14:05:47 +0200 Subject: update eslint, ts-for-gir --- gjs/src/process.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gjs/src/process.ts') diff --git a/gjs/src/process.ts b/gjs/src/process.ts index 59ab328..f7ff7b0 100644 --- a/gjs/src/process.ts +++ b/gjs/src/process.ts @@ -1,9 +1,9 @@ import { Astal } from "./imports.js" type Args = { - cmd: string | string[], - out?: (stdout: string) => Out, - err?: (stderr: string) => Err, + cmd: string | string[] + out?: (stdout: string) => Out + err?: (stderr: string) => Err } function args(argsOrCmd: Args | string | string[], onOut: O, onErr: E) { -- cgit v1.2.3