sharezone-app icon indicating copy to clipboard operation
sharezone-app copied to clipboard

Fix `isVerbose` log workaround

Open Jonas-Sander opened this issue 11 months ago • 0 comments

Fix this workaround:

    // Is used so that runProcess commands print the command that was run. Right
    // now this can't be done via an argument.
    //
    // This workaround should be addressed in the future.
    isVerbose = true;

Jonas-Sander avatar Sep 04 '23 16:09 Jonas-Sander