Skip to content

Commit 0c28eb5

Browse files
matthewpastrobot-houston
authored andcommitted
[ci] format
1 parent f4c71e5 commit 0c28eb5

File tree

1 file changed

+1
-1
lines changed
  • packages/astro/src/core/logger

1 file changed

+1
-1
lines changed

packages/astro/src/core/logger/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if (typeof process !== 'undefined') {
105105
// NodeJS.process. This code treats it as a plain object so TS doesn't let us
106106
// get away with incorrect assumptions.
107107
let proc: object = process;
108-
if('argv' in proc && Array.isArray(proc.argv)) {
108+
if ('argv' in proc && Array.isArray(proc.argv)) {
109109
if (proc.argv.includes('--verbose')) {
110110
defaultLogLevel = 'debug';
111111
} else if (proc.argv.includes('--silent')) {

0 commit comments

Comments
 (0)