Skip to content

Commit 6ea55dc

Browse files
committed
typo fixes
1 parent ea85ecf commit 6ea55dc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/common/system.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export function processFile(
300300
return processFileSync(processor, input, opt_output);
301301
default:
302302
throw new SREError(
303-
`Can process files in ${Engine.getInstance().mode} mode`
303+
`Cannot process files in ${Engine.getInstance().mode} mode`
304304
);
305305
}
306306
}

0 commit comments

Comments
 (0)