mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-05-04 10:43:58 +01:00
style: apply stylua
formatter
This commit is contained in:
parent
3f2430f81c
commit
b5d7c1d2d3
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ local function getGithubToken(): Option<string>
|
||||||
end
|
end
|
||||||
|
|
||||||
local function isInteractive(): boolean
|
local function isInteractive(): boolean
|
||||||
return process.env.PESDE_TOOLING_FORCE_INTERACTIVE ~= nil or
|
return process.env.PESDE_TOOLING_FORCE_INTERACTIVE ~= nil
|
||||||
(sys.isTTY("stdout") and process.env.TERM ~= "dumb" and process.env.CI == nil)
|
or (sys.isTTY("stdout") and process.env.TERM ~= "dumb" and process.env.CI == nil)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Initialize the shared global progress bar state
|
-- Initialize the shared global progress bar state
|
||||||
|
|
Loading…
Add table
Reference in a new issue