Skip to content

Commit

Permalink
fix: wrong change rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
vadson71 committed Dec 22, 2023
1 parent 12ef2f7 commit 90046dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/semantic-model/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function error(message: string, throwError: boolean): void {
if (throwError) {
throw new Error(message);
} else {
// console.error(message);
console.error(message);
}
}

Expand Down

0 comments on commit 90046dd

Please sign in to comment.