Skip to content

Commit 99f197d

Browse files
committed
1.0.6
1 parent 8360285 commit 99f197d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idrinth/typescript-language-from-yaml",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Translates yaml files to ts for translation autocompletion, autocorrection and better developer support",
55
"bin": {
66
"itlfy": "bin/itlfy.js"

src/check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ export default (logger: Logger, folder: string,) => {
6161
}
6262
logger.info('',);
6363
logger.info(`Found ${ errors } errors and ${ warnings } warnings.`,);
64-
return errors > EMPTY;
64+
return errors === EMPTY;
6565
};

0 commit comments

Comments
 (0)